base16

Fast Haskell base16 encoding/decoding (docs.ppad.tech/base16).
git clone git://git.ppad.tech/base16.git
Log | Files | Refs | README | LICENSE

CHANGELOG (530B)


      1 # Changelog
      2 
      3 - 0.3.0 (2026-05-16)
      4   * Features order-of-magnitude performance improvements in both
      5     encoding and decoding, especially on ARM platforms where NEON
      6     intrinsics are available.
      7 
      8 - 0.2.1 (2025-12-28)
      9   * Adds an 'llvm' build flag and is now tested with GHC 9.10.3.
     10 
     11 - 0.2.0 (2025-03-10)
     12   * Fix bug in which inputs with uppercase hex characters failed to
     13     decode.
     14 
     15 - 0.1.1 (2025-02-28)
     16   * Roughly 2x faster decoding performance.
     17 
     18 - 0.1.0 (2025-01-17)
     19   * Initial release, supporting basic encoding/decoding.
     20