suffixarray

Effective implementation of suffix arrays for Haskell.


Keywords
gpl, library, program, Propose Tags, Index, Data.CountingSort, Data.SuffixArray, suffixarray-0.0.3.1.tar.gz, browse, Package description, Package maintainers, DanielDeKok, VictorDenisov, edit package information
License
GPL-2.0-only
Install
cabal install suffixarray-0.0.3.1

Documentation

suffixarray

Effective implementation of suffix arrays for Haskell. Current implementation is not optimal. It works n log(n), but the way it produces collections during calculation makes GC slow.