-
Notifications
You must be signed in to change notification settings - Fork 458
Open
Labels
Description
The current implementations of ranges::sort
and friends were not chosen for their speed, but for their clarity. That was fine when range-v3 was more of a proof-of-concept. Now that range-v3 has significant adoption, we should think about replacing its implementation with something a bit snappier.