suffix: Suffix arrays and friends

[ bsd3, data-structures, library ] [ Propose Tags ]

Suffix arrays and friends.


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
internal-checks

Enables internal checks

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0
Change log CHANGELOG.md
Dependencies base (>=4.9 && <5), bytestring (>=0.10.8 && <0.13), deepseq (>=1.4.2 && <1.6), primitive (>=0.7.3 && <0.10) [details]
License BSD-3-Clause
Copyright (c) 2024 Soumik Sarkar
Author Soumik Sarkar
Maintainer soumiksarkar.3120@gmail.com
Category Data Structures
Home page https://github.com/meooow25/suffix
Bug tracker https://github.com/meooow25/suffix/issues
Source repo head: git clone https://github.com/meooow25/suffix.git
Uploaded by meooow at 2024-08-04T11:37:15Z
Distributions
Downloads 23 total (6 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2024-08-04 [all 1 reports]

Readme for suffix-0.1.0.0

[back to package description]

suffix

Hackage haskell-ci

Suffix arrays and friends

Library

This library implements suffix array construction and some related functionalities such as string search.

Documentation

Please find the documentation on Hackage: suffix

Contributing

Questions, bug reports, documentation improvements, code contributions welcome! Suggestions for more suffix structures or algorithms to be included are also welcome. Please open an issue as the first step.