base16-bytestring

Fast base16 (hex) encoding and decoding for ByteStrings

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

Version on this page:0.1.1.6
LTS Haskell 22.13:1.0.2.0@rev:1
Stackage Nightly 2024-03-14: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 and maintained by Bryan O'Sullivan
This version can be pinned in stack with:base16-bytestring-0.1.1.6@sha256:ead535a30f93189068b3457496e30e3cb8a55d48b2d46f39325233d0d9987d2c,1164

Module documentation for 0.1.1.6

Fast base16 support

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 github repository:

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

There’s also a Mercurial mirror:

  • hg clone http://bitbucket.org/bos/base16-bytestring

(You can create and contribute changes using either git or Mercurial.)

Authors

This library is written and maintained by Bryan O’Sullivan, [email protected].