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