itertools
itertools copied to clipboard
Is there any way to make the `into_grouping_map` family of functions support custom hashers
I want to use FxHash for some HashMaps for speed, but into_grouping_map seems to be restricted to the builtin hasher. It would be great if this could be even more generic