Practical Go compiler (GC) optimizations
Practical go compiler optimizations. Article covers map lookup, function inlining and optimized memclr…
Practical go compiler optimizations. Article covers map lookup, function inlining and optimized memclr…
A deep dive into understanding what happens when you call the server.ListenAndServe method from the http standard go library…
Over the last few weeks I have been reading What Every Programmer Should Know About Memory by Ulrich Drepper and the chapter on Optimizations from 100 Go Mistakes and How to Avoid Them, this is a summary of what I've learned from them. I would highly recommend you…
Building a json parser in go out of curiosity…
Article explaining why I moved away from JavaScript frameworks to using Go for all my SaaS products as a indie dev…