igfoo / base64-bytestring

Fast base64 encoding and decoding for Haskell.

Home Page:http://hackage.haskell.org/package/base64-bytestring

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Fast base64 encoding and decoding for Haskell.

http://hackage.haskell.org/package/base64-bytestring

License:Other


Languages

Language:Haskell 99.1%Language:Python 0.9%