Packing and Unpacking Bits Faster than BitConverter
Yesterday I’ve published an article on packing bits, I still don’t know if there’s a library out there that allows you to do that easily and efficiently so I’m using my own functions for that purpose. However, a popular way to pack bytes into other data types is the BitConverter class. Please note the functionality Read more about Packing and Unpacking Bits Faster than BitConverter[…]