Y
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
weberc2
2618 days ago
I'm 99% sure the Go version doesn't allocate any vectors; afaict, it's passing everything on the stack.
link