base16-bytestring

Fast base16 (hex) encoding and decoding for ByteStrings

http://github.com/haskell/base16-bytestring

Version on this page:0.1.1.7
LTS Haskell 22.14:1.0.2.0@rev:1
Stackage Nightly 2024-03-28:1.0.2.0@rev:1
Latest on Hackage:1.0.2.0@rev:1

See all snapshots base16-bytestring appears in

BSD-3-Clause licensed by Bryan O'Sullivan
This version can be pinned in stack with:base16-bytestring-0.1.1.7@sha256:8cbba2505d4da4f6cfc90cd36c8e8ad0c09c056538481ea00e8b10b78f70cb10,2153

Module documentation for 0.1.1.7

Fast base16 support Hackage version Stackage version Build Status

Please refer to the package description on Hackage for more information.

This package provides a Haskell library for working with base16-encoded data quickly and efficiently, using the ByteString type.

Performance

This library is written in pure Haskell, and it’s fast:

  • 250 MB/sec encoding

  • 200 MB/sec strict decoding (per RFC 4648)

  • 100 MB/sec lenient decoding

Get involved!

Please report bugs via the GitHub issue tracker.

Master Git repository:

  • git clone git://github.com/haskell/base16-bytestring.git

Authors

This library is written by Bryan O’Sullivan. It is maintained by Emily Pillmore, Herbert Valerio Riedel and Mikhail Glushenkov.

Changes

0.1.1.7

  • Fix some bugs in lazy decoding (#8).

0.1.1.6

  • Changelog not recorded up to this version.