Skip to content
Snippets Groups Projects
Commit 36e09c25f870 authored by Pierre-Yves David's avatar Pierre-Yves David
Browse files

baseset: explicitly track order of the baseset

A baseset starts without an explicit order. But as soon as a sort is requested,
we simply register that the baseset has an order and use the ordered version of
the list to behave accordingly.

We will want to properly record the order at creation time in the future. This
would unlock more optimisation and avoid some sorting.
parent 966860f7a1a8
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment