base64-bytestring

Fast base64 encoding and decoding for ByteStrings

https://github.com/bos/base64-bytestring

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

See all snapshots base64-bytestring appears in

BSD-3-Clause licensed and maintained by Bryan O'Sullivan
This version can be pinned in stack with:base64-bytestring-1.0.0.1@sha256:40e088e357790fe3709ff7b9dd18d79b866e2936b13ade184bc9355315fb3ab5,1600

Fast base64 support

This package provides a Haskell library for working with base64-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/bos/base64-bytestring.git

And a Mercurial mirror:

  • hg clone https://bitbucket.org/bos/base64-bytestring

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

Authors

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