Hacker News new | ask | show | jobs
6× faster batched binary search in Rust (pythonspeed.com)
2 points by fanf2 18 days ago
1 comments

Interesting! I wonder how much of this improvement is actually due to Rust. I suspect implementing the same approach in C would produce similar results. The speedup seems hardware-level optimizations than the language itself.