Releases: IlyaGrebnov/libsais
Releases · IlyaGrebnov/libsais
libsais v2.8.6
- Fixed out-of-bound memory access issue for large inputs.
libsais v2.8.5
- Miscellaneous changes to reduce compiler warnings about implicit functions.
libsais v2.8.4
- Additional OpenMP acceleration (libsais16 & libsais16x64).
libsais v2.8.3
- Implemented suffix array construction of a long 16-bit array (libsais16x64).
libsais v2.8.2
- Implemented suffix array construction of a long integer array (libsais64).
libsais v2.8.1
- Fixed out-of-bound memory access issue for large inputs (libsais64).
libsais v2.8.0
- Implemented permuted longest common prefix array (PLCP) construction of an integer array.
libsais v2.7.6
- Fixed compilation error when compiling the library with OpenMP enabled.
libsais v2.7.5
- Improved performance of suffix array and burrows wheeler transform construction on degenerate inputs.
libsais v2.7.4
- Resolved strict aliasing violation resulted in invalid code generation by Intel compiler.