Skip to content

Releases: IlyaGrebnov/libsais

libsais v2.8.2

27 May 23:23
Compare
Choose a tag to compare
  • Implemented suffix array construction of a long integer array (libsais64).

libsais v2.8.1

06 Apr 03:34
38f39d2
Compare
Choose a tag to compare
  • Fixed out-of-bound memory access issue for large inputs (libsais64).

libsais v2.8.0

03 Mar 20:39
Compare
Choose a tag to compare
  • Implemented permuted longest common prefix array (PLCP) construction of an integer array.

libsais v2.7.6

03 Mar 19:28
Compare
Choose a tag to compare
  • Fixed compilation error when compiling the library with OpenMP enabled.

libsais v2.7.5

27 Feb 02:27
Compare
Choose a tag to compare
  • Improved performance of suffix array and burrows wheeler transform construction on degenerate inputs.

libsais v2.7.4

24 Feb 04:09
Compare
Choose a tag to compare
  • Resolved strict aliasing violation resulted in invalid code generation by Intel compiler.

libsais v2.7.3

21 Apr 17:05
Compare
Choose a tag to compare

CMake script for library build and integration with other projects.

libsais v2.7.2

19 Apr 05:20
Compare
Choose a tag to compare

Fixed out-of-bound memory access issue for large inputs.

The libsais v2.7.1

21 Jun 04:40
Compare
Choose a tag to compare
  • Improved cache coherence for ARMv8 architecture.

The libsais v2.7.0

08 May 07:32
Compare
Choose a tag to compare
  • Support for longest common prefix array (LCP) construction.