base64-bytestring alternatives and similar packages
Based on the "data" category.
Alternatively, view base64-bytestring alternatives based on common mentions on social networks and blogs.
-
proto-lens
API for protocol buffers using modern Haskell language and library patterns. -
microlens
A lightweight (but compatible with ‘lens’) lenses library -
msgpack
Haskell implementation of MessagePack / msgpack.org[Haskell] -
extensible
Extensible records, variants, structs, effects, tangles -
file-embed
Use Template Haskell to embed file contents directly. -
asn1-encoding
ASN1 Raw/BER/DER/CER reader/writer in haskell -
data-category
Library of categories, with categorical constructions on them -
interpolatedstring-perl6
QuasiQuoter for Perl6-style multi-line interpolated strings with q, qq and qc support. -
buffer-builder
Haskell library for efficiently building up buffers -
language-hcl
language-hcl contains HCL (Hashicorp Configuration Language) parsers and pretty-printers for the Haskell programming language -
cassava-conduit
Conduit interface for cassava [Haskell] -
finite-typelits
A type inhabited by finitely many values, indexed by type-level naturals. -
phone-numbers
Incomplete bindings to libphonenumber for Haskell -
data-object-yaml
Serialize data to and from Yaml files -
attoparsec-iteratee
An adapter to convert attoparsec Parsers into blazing-fast Iteratees -
filesystem-trees
Traverse and manipulate directories as lazy rose trees -
order-statistic-tree
Order statistic tree in Haskell -
data-structure-inferrer
A program that analyzes source code with a data-structure wildcard and suggests the right one. -
syb-with-class
Fork of http://patch-tag.com/r/Saizan/syb-with-class -
range-set-list
Memory efficient sets with continuous ranges of elements. List based implementation. -
currency
Types representing standard and non-standard currencies -
schedule-planner
Calculate an ideal schedule layout from a set of timeslots -
type-iso
Expresses isomorphic and injective relations between types. -
unamb-custom
Functional concurrency with unambiguous choice, using a custom scheduler. -
procrastinating-variable
Haskell values that cannot be evaluated immediately. -
resource-pool-catchio
A high-performance striped resource pooling implementation for Haskell
Collect and Analyze Billions of Data Points in Real Time
Do you think we are missing an alternative of base64-bytestring or a related project?
README
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/haskell/base64-bytestring.git
Authors
This library is written by Bryan O'Sullivan. It is maintained by Herbert Valerio Riedel and Mikhail Glushenkov.