Hacker News new | ask | show | jobs
by 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`.
1 comments

I had a quick look at it a while back, there aren't many (any?) inefficiencies there like that.