logoalt Hacker News

tptacektoday at 3:19 AM1 replyview on HN

I've drastically sped up commercial shipping C code by implementing arena allocators and Go is my daily driver and it's not clear to me why you're making this claim.


Replies

preroktoday at 5:30 AM

Not the OP but I guess what they are saying is that since this language is a subset of go and if you use it as such then an arena allocator cannot be used in the transliterated code.

Maybe it's possible to force the transliteration to use a different allocator and then you could use the one you wrote in C?