trenchcoat
trenchcoat copied to clipboard
performance: use custom allocator
Currently bottlenecks are dominated by malloc/free. Can we use bumpalo for function call stack frames? Potentially even better would be to have a completely static stack arena where we just update pointers on push/pop…