Matching Binary Patterns with Erlang
Using binary pattern matching for working with network protocols... (more…)
Read more »While trying to improve the performance of JSON encoding in an Erlang
application last year, I came to wonder about the different
representations one can use when writing data to disk or sending it
over a socket, and how they map to the OS’s underlying f… Read more