Y
Hacker News
new
|
ask
|
show
|
jobs
by
sgift
3166 days ago
If you are one of the three people in the world that can do it. ;-)
1 comments
fauigerzigerk
3166 days ago
Just use an arena allocator (or similar) where appropriate. It's not difficult and it's how C, C++ and Rust win all micro benchmarks that involve memory allocation:
http://benchmarksgame.alioth.debian.org/u64q/binarytrees.htm...
link