base16-bytestring: Fast base16 (hex) encoding and deconding for ByteStrings

[ bsd3, data, library ] [ Propose Tags ]

Fast base16 (hex) encoding and deconding for ByteStrings


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.1.0, 0.1.1.1, 0.1.1.2, 0.1.1.3, 0.1.1.4, 0.1.1.5, 0.1.1.6, 0.1.1.7, 1.0.0.0, 1.0.1.0, 1.0.2.0
Dependencies base (>=4 && <5), bytestring (>=0.9 && <0.10) [details]
License BSD-3-Clause
Copyright 2010 Bryan O'Sullivan
Author Bryan O'Sullivan <bos@serpentine.com>
Maintainer Bryan O'Sullivan <bos@serpentine.com>
Category Data
Home page http://github.com/mailrank/base16-bytestring
Bug tracker http://girhub.co/mailrank/base16-bytestring/issues
Source repo head: git clone http://github.com/mailrank/base16-bytestring
head: hg clone http://bitbucket.org/bos/base16-bytestring
Uploaded by BryanOSullivan at 2011-01-25T22:59:30Z
Distributions Arch:1.0.2.0, Debian:0.1.1.7, Fedora:1.0.2.0, FreeBSD:0.1.1.6, LTSHaskell:1.0.2.0, NixOS:1.0.2.0, Stackage:1.0.2.0, openSUSE:1.0.2.0
Reverse Dependencies 171 direct, 2521 indirect [details]
Downloads 124474 total (291 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for base16-bytestring-0.1.1.0

[back to package description]

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 bitbucket issue tracker.

Master github repository:

  • git clone git://github.com/mailrank/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@mailrank.com.