Y
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
kzrdude
3397 days ago
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`.
link
Manishearth
3397 days ago
I had a quick look at it a while back, there aren't many (any?) inefficiencies there like that.
link
0xFFC
3397 days ago
Citation ? To be honest I always heard LLVM is slower than GCC in most scenarios.
link
crb002
3397 days ago
Yeah. This is largely IO bound. Operating system read calls from STDIN dominate the runtime.
link