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