https://github.com/haskell/text
Haskell library for space- and time-efficient operations over Unicode text.
https://github.com/haskell/text
haskell string string-manipulation text unicode utf8
Last synced: 5 months ago
JSON representation
Haskell library for space- and time-efficient operations over Unicode text.
- Host: GitHub
- URL: https://github.com/haskell/text
- Owner: haskell
- License: bsd-2-clause
- Created: 2010-10-20T03:35:23.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2025-04-22T21:54:09.000Z (6 months ago)
- Last Synced: 2025-05-08T16:48:25.735Z (5 months ago)
- Topics: haskell, string, string-manipulation, text, unicode, utf8
- Language: Haskell
- Homepage: http://hackage.haskell.org/package/text
- Size: 3.44 MB
- Stars: 414
- Watchers: 21
- Forks: 158
- Open Issues: 60
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# text [](https://hackage.haskell.org/package/text) [](http://stackage.org/lts/package/text) [](http://stackage.org/nightly/package/text)
Haskell library for space- and time-efficient operations over Unicode text.
# Get involved!
Please report bugs via the
[github issue tracker](https://github.com/haskell/text/issues).The main repo:
```bash
git clone https://github.com/haskell/text
```To run benchmarks please clone and unpack test files:
```bash
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.