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