Always interesting to see performance optimizations at every level of the stack. A webapp might reduce database queries to save seconds of time, Daniel is reducing mallocs to shave microseconds. Each has their place.
Always interesting to see performance optimizations at every level of the stack. A webapp might reduce database queries to save seconds of time, Daniel is reducing mallocs to shave microseconds. Each has their place.