Hacker News new | ask | show | jobs
by crb002 3397 days ago
LLVM IR could squeeze out some more. I should take a crack at it. Did something similar to show DuPont why Criterion rocked.
3 comments

The hash table is implemented in safe Rust (By using std's Vec). It has some inefficiencies that could maybe have been polished off using `unsafe`.
I had a quick look at it a while back, there aren't many (any?) inefficiencies there like that.
Citation ? To be honest I always heard LLVM is slower than GCC in most scenarios.
Yeah. This is largely IO bound. Operating system read calls from STDIN dominate the runtime.