Lightweight suffix-sorting library for fast string matching
Lightweight suffix-sorting library
libdivsufsort$ gcc -o suffix_sort program.c -ldivsufsort$ python -c "import ctypes; lib = ctypes.CDLL('/usr/local/opt/libdivsufsort/lib/libdivsufsort.dylib')"$ pkg-config --modversion libdivsufsort