@hackage base16-bytestring0.1.1.3
Fast base16 (hex) encoding and decoding for ByteStrings
Installation
Dependencies (3)
- base >=4 && <4.5
- bytestring >=0.9 && <0.10
- ghc-prim Show all…
Dependents (326)
@hackage/greenclip, @cardano/ouroboros-network, @hackage/ethereum-merkle-patricia-db, @hackage/hopenpgp-tools, @hackage/notion-client, @hackage/cachix-api, Show all…
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, bos@serpentine.com.