Binary parsing is a significant part of almost every application: interactions with databases, data-interchange formats, integers and datetimes in string representation, etc. Making optimizations to those domains might result in substantial speed-up across the whole application. In the previous blog post I mentioned that we intensively use the MessagePack format where possible (soon our mobile cli
