Memory allocation & Go
2019-02-21 16:53:17.788209+01 by Dan Lyke 1 comments
I haven't done anything in Go yet, but this is an interesting read (and more cognitive load for programmers...): Allocation efficiency in high-performance Go services
2019-02-21 16:53:17.788209+01 by Dan Lyke 1 comments
I haven't done anything in Go yet, but this is an interesting read (and more cognitive load for programmers...): Allocation efficiency in high-performance Go services
[ related topics: Weblogs Theater & Plays ]
comments in ascending chronological order (reverse):
#Comment Re: Memory allocation & Go made: 2019-02-21 17:22:01.652643+01 by: markd
Neat! Glad to see some hard lessons I learned (heap memory is expensive, mmmmkay) in the 90s are still relevant today.
I've only used Go for a three-day hackathon, but I have to admit it was the fastest I've ever gone from "hello world tutorial" to "actually doing real stuff".