Embedding assembly into Golang
Go is very powerful language, but even with all this power time to time we need to go lower level and write some “kosher code” that will be hyper optimized either for memory usage of performance. In Golang we do have two interfaces to do so, depending on the level we want to write our […]
Read more →