@hackage / suffix-array

Simple and moderately efficient suffix array implementation

Latest0.3.0.0

About

Metadata

  • Last updated , by kadoban
  • License BSD-3-Clause
  • Categories Data Structures
  • Maintained by: joshua.simmons@emptypath.com

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 7.10.3

Readme

A simple implementation of a suffix array, with longest-common-prefix array. While not asymptotically optimal, performs well in practice for medium use.