Skip to content

Releases: IlyaGrebnov/libsais

libsais v2.8.6

19 Nov 04:46
Compare
Choose a tag to compare
  • Fixed out-of-bound memory access issue for large inputs.

libsais v2.8.5

31 Jul 19:17
Compare
Choose a tag to compare
  • Miscellaneous changes to reduce compiler warnings about implicit functions.

libsais v2.8.4

14 Jun 01:40
Compare
Choose a tag to compare
  • Additional OpenMP acceleration (libsais16 & libsais16x64).

libsais v2.8.3

13 Jun 04:54
Compare
Choose a tag to compare
  • Implemented suffix array construction of a long 16-bit array (libsais16x64).

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.