Hacker News new | ask | show | jobs
by MarkMarine 1160 days ago
Interfaces always go to the heap in go, so yes, you can take some simple code that could easily live on the stack and make it slower by wrapping it in interfaces with go.