buzz-language / buzz

👨‍🚀 buzz, A small/lightweight statically typed scripting language
https://buzz-lang.dev
MIT License
1.15k stars 31 forks source link

CLI option to select allocation strategy #197

Open giann opened 9 months ago

giann commented 9 months ago

Depending on what type of program you might be writting with buzz. You might want to fine-tune the allocation strategy used:

This is only useful if performance impact is significant compared to mimalloc in those specific contexts.