- Blipsort (A sort that is often faster than the original pdqsort) is now fully generic and header-only, with the option to provide a custom comparator. It uses branchless Lomuto on arithmetic and pointer types and branchy Hoare on custom types. https://github.com/RedBedHed/blipsort 6 comments programming
- Blipsort (Branchless Lomuto in Pattern Defeating Quicksort) https://github.com/RedBedHed/blipsort 3 comments programming
Linked pages
Related searches:
Search whole site: site:github.com
Search title: GitHub - RedBedHed/blipsort: Branchless-Lomuto in Pattern-Defeating Quicksort
See how to search.