base64-bytestring: Fast base64 encoding and deconding for ByteStrings

[ bsd3, data, library ] [ Propose Tags ]

Fast base64 encoding and deconding for ByteStrings


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.1.0, 0.1.1.1, 0.1.1.3, 0.1.2.0, 1.0.0.0, 1.0.0.1, 1.0.0.2, 1.0.0.3, 1.1.0.0, 1.2.0.0, 1.2.0.1, 1.2.1.0
Dependencies base (>=4 && <5), bytestring (>=0.9.0 && <0.11) [details]
License BSD-3-Clause
Copyright 2010-2011 Bryan O'Sullivan
Author Bryan O'Sullivan <bos@serpentine.com>
Maintainer Bryan O'Sullivan <bos@serpentine.com>
Revised Revision 1 made by Bodigrim at 2021-03-08T00:57:08Z
Category Data
Home page https://github.com/bos/base64-bytestring
Bug tracker https://github.com/bos/base64-bytestring/issues
Source repo head: git clone git://github.com/bos/base64-bytestring
head: hg clone https://bitbucket.org/bos/base64-bytestring
Uploaded by BryanOSullivan at 2012-06-15T23:50:56Z
Distributions Arch:1.2.1.0, Debian:1.0.0.3, Fedora:1.2.1.0, FreeBSD:1.0.0.1, LTSHaskell:1.2.1.0, NixOS:1.2.1.0, Stackage:1.2.1.0, openSUSE:1.2.1.0
Reverse Dependencies 370 direct, 3698 indirect [details]
Downloads 290705 total (294 in the last 30 days)
Rating 2.25 (votes: 2) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for base64-bytestring-0.1.1.3

[back to package description]

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, bos@serpentine.com.