Skip to content

haskell/text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1994b13 · Apr 22, 2025
Apr 22, 2025
Apr 22, 2025
Sep 14, 2024
Apr 22, 2025
Jun 3, 2024
Apr 22, 2025
Apr 22, 2025
Apr 22, 2025
Apr 28, 2024
Mar 28, 2021
Jan 18, 2009
Apr 10, 2022
Jan 18, 2009
Jan 6, 2025
May 12, 2021
Oct 26, 2024
Apr 22, 2025

Repository files navigation

text Hackage Stackage LTS Stackage Nightly

Haskell library for space- and time-efficient operations over Unicode text.

Get involved!

Please report bugs via the github issue tracker.

The main repo:

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

To run benchmarks please clone and unpack test files:

cd text
git clone https://github.com/haskell/text-test-data benchmarks/text-test-data
make -Cbenchmarks/text-test-data

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. Transition from UTF-16 to UTF-8 is by Andrew Lelechenko.