Towards generic high performance sorting algorithmssiderite.dev3 points·by Siderite·6 years ago·1 comments
LInQer – C# Integrated Queries ported to Javascriptgithub.com147 points·by Siderite·6 years ago·117 comments
Siderite·6 years ago·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 years ago·discussThanks for the article. Note that join is now implemented together with a lot of other options.