File: NEWS

package info (click to toggle)
libdivsufsort 2.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,588 kB
  • ctags: 223
  • sloc: sh: 10,131; ansic: 2,601; makefile: 31
file content (43 lines) | stat: -rw-r--r-- 1,205 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
-- NEWS for libdivsufsort

Changes in release 2.0.0

  - The build system was changed to CMake. (http://www.cmake.org/)
  - Improved the performance of the suffix-sorting algorithm.
  - Added OpenMP support.
  - Added 64-bit version of divsufsort.

Changes in release 1.2.3

  - Bug fixes.

Changes in release 1.2.2

  - An important bug fix.

Changes in release 1.2.1

  - A few bug fixes.
  - New APIs: sa_search, sa_simplesearch.

Changes in release 1.2.0

  - Changed license to the MIT/X11 license, see COPYING.
  - Improved the performance of the suffix array construction.
   - Change to use a new improved two-stage sorting algorithm.
   - Replace substringsort with a new sorting algorithm that uses
     multikey introspective sorting algorithm and in-place/recursive
     merging algorithm.
   - Replace drsort with a new sorting algorithm that uses
     multikey introspective sorting algorithm, Maniscalco's tandem
     repeat sorting algorithm and Larsson-Sadakane sorting algorithm.
  - New API: divbwt.

Changes in release 1.0.2

  - The performance of sorting has been improved.
  - Fix some bugs.

Changes in release 1.0.1

  - The performance of sorting has been improved a little bit.