Releases: IlyaGrebnov/libsais
Releases · IlyaGrebnov/libsais
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.
libsais v2.7.3
CMake script for library build and integration with other projects.
libsais v2.7.2
Fixed out-of-bound memory access issue for large inputs.
The libsais v2.7.1
- Improved cache coherence for ARMv8 architecture.
The libsais v2.7.0
- Support for longest common prefix array (LCP) construction.