Towards generic high performance sorting algorithmssiderite.dev3 points·by Siderite·6 anni fa·1 comments
LInQer – C# Integrated Queries ported to Javascriptgithub.com147 points·by Siderite·6 anni fa·117 comments
Siderite·6 anni fa·discussBreak the O(n log n) barrier with high performance sorting algorithms that are also generic! Just replace the comparison function with a partitioning function.
Siderite·6 anni fa·discussThanks for the article. Note that join is now implemented together with a lot of other options.