Native Julia suffix array implementation; Derived from sais
Linear Time Suffix Arrays in JavaScript
A collection of powerful data structures
翻译 - 强大的数据结构的集合
Collection of various string algorithms, including KMP, Aho-Corasick, Trie, SuffixArrays
Optimal LZ4 compressor, that produces files that decompress faster while keeping the best compression ratio
libsais is a library for linear time suffix array, longest common prefix array and burrows wheeler transform construction based on induced sorting algorithm.
C++ Implementations of Suffix Array Constructions Algorithms for SA-IS and Skew as well as Kasai's algorithm for LCP construction.
Manber&Myers's Suffix Array implemented in Go.
A replacement for the suffix array packaged with Go. It builds a suffix array from a string, and can compute the longest repeated or non-overlapping repeating substring.