Skip to content
/ text Public
forked from haskell/text

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

License

Notifications You must be signed in to change notification settings

kindaro/text

This branch is 5 commits ahead of, 42 commits behind haskell/text:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c314ce2 · Apr 16, 2024
Mar 16, 2024
Apr 12, 2024
Oct 28, 2023
Nov 18, 2022
Feb 21, 2024
Apr 16, 2024
Apr 13, 2024
Jul 10, 2023
Mar 28, 2021
Jan 18, 2009
Apr 10, 2022
Jan 18, 2009
Jan 5, 2023
May 12, 2021
Feb 15, 2024
Apr 13, 2024

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages

  • Haskell 61.4%
  • C++ 37.7%
  • Other 0.9%