blaze-binary
blaze-binary copied to clipboard
Implement fast `Integer` encoding and decoding
The CPS branch of has some nice code that exploits the internal representation of Integers. See:
https://github.com/kolmodin/binary/blob/master/src/Data/Binary.hs#L418