Popularity
4.5
Growing
Activity
0.0
Stable
5
4
1

Monthly Downloads: 13
Programming language: Haskell
License: GNU General Public License v2.0 only
Tags: Data    

suffixarray alternatives and similar packages

Based on the "Data" category.
Alternatively, view suffixarray alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of suffixarray or a related project?

Add another 'Data' Package

README

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.