libdivsufsort

Lightweight suffix-sorting library for fast string matching

brewmacoslinux
Try with needOr install directly
Source

About

Lightweight suffix-sorting library

Commands

libdivsufsort

Examples

Build suffix array for a text file using the library in C/C++$ gcc -o suffix_sort program.c -ldivsufsort
Link libdivsufsort in a Python project via ctypes$ python -c "import ctypes; lib = ctypes.CDLL('/usr/local/opt/libdivsufsort/lib/libdivsufsort.dylib')"
Check installed library version and location$ pkg-config --modversion libdivsufsort