Escape Analysis in Go
I was deep in building my Go HTTP Server - the one where I bypassed net/http entirely and built a multi-threaded engine from raw TCP sockets; when I wrote this line inside the POST handler:
bodyBytes
priyanshujajal.hashnode.dev6 min read