EfurDec

↗ HN profile [ 16.1 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. I’ve developed a zero-jitter sorting DLL (written in Rust) that consistently hits 20ms for 1M u64 KV-pairs (u32+u32), regardless of data distribution. Unlike SkaSort or other adaptive algorithms, my implementation is…