sjakobi / text

An efficient packed, immutable Unicode text type for Haskell, with a powerful loop fusion optimization framework.

Home Page:http://hackage.haskell.org/package/text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

text: Fast, packed Unicode strings, using stream fusion

This package provides the Data.Text library, a library for the space- and time-efficient manipulation of Unicode text in Haskell.

Please refer to the package description on Hackage for more information.

Get involved!

Please report bugs via the github issue tracker.

Master git repository:

  • git clone git://github.com/haskell/text.git

There's also a Mercurial mirror:

  • hg clone https://bitbucket.org/bos/text

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

Authors

The base code for this library was originally written by Tom Harper, based on the stream fusion framework developed by Roman Leshchinskiy, Duncan Coutts, and Don Stewart.

The core library was fleshed out, debugged, and tested by Bryan O'Sullivan bos@serpentine.com, and he is the current maintainer.

About

An efficient packed, immutable Unicode text type for Haskell, with a powerful loop fusion optimization framework.

http://hackage.haskell.org/package/text

License:BSD 2-Clause "Simplified" License


Languages

Language:Haskell 97.5%Language:C 1.5%Language:Python 0.4%Language:Ruby 0.4%Language:Shell 0.2%