std::slice::group_by
](https://doc.rust-lang.org/std/slice/struct.GroupBy.html) in a future version of Rust, and already have those through [itertools](https://docs.rs/itertools/latest/itertools/structs/struct.GroupBy.html). Does that change some of the algorithmic costs incurred by .sort()
here?
#1042
Originally posted by @huitseeker in #1004 (comment)
The text was updated successfully, but these errors were encountered: