Hacker News new | ask | show | jobs
by innagadadavida 3042 days ago
while it is not fully manual memory management, you can use sync.Pool and it gives you better performance as you can reduce garbage generation.
1 comments

What does deterministic behavior has to do with "better performance" ?