haskell-text

repository·master·Indexed 19 days ago

https://github.com/haskell/text

A Haskell library providing efficient Unicode text processing optimized for memory usage and execution speed.

Tokens
200
Snippets
2
Records
3
Agent score
15%

What's inside text

  1. Overview of the text library

    master
    The text library is a Haskell library designed for space- and time-efficient operations over Unicode text. It is a standard choice for high-performance text processing in Haskell applications.
  2. Run benchmarks for the text library

    master

    To run benchmarks, you must clone and unpack the test data repository into the benchmarks/text-test-data directory and then run make within that directory:

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