Code Matters

binary

Save Space With Bit Arrays

August 23, 2016

An old school data structure that efficiently stores data


Building A UTF-8 Encoder In Perl

August 2, 2016

Learn UTF-8 by encoding it yourself


How to parse binary data with Perl

April 18, 2016

Parsing Binary Data Is Easy With Unpack