Hacker News new | ask | show | jobs
by lossolo 2618 days ago
Ah, you replied to my comment before the edit, about unnecessary allocation in Go vec handling.
1 comments

I'm 99% sure the Go version doesn't allocate any vectors; afaict, it's passing everything on the stack.