freebsd-dev/contrib/libdivsufsort/CHANGELOG.md
Xin LI c08cbc64dc Change bsdiff to use divsufsort suffix sort library instead of qsufsort,
which is more efficient.

Note that for now we do not create a separate library for libdivsufsort
because it's not used anywhere else.

Obtained from:	Chromium
MFC after:	2 months
2016-07-25 03:58:19 +00:00

656 B

libdivsufsort Change Log

See full changelog at: https://github.com/y-256/libdivsufsort/commits

2.0.1 - 2010-11-11

Fixed

  • Wrong variable used in divbwt function
  • Enclose some string variables with double quotation marks in include/CMakeLists.txt
  • Fix typo in include/CMakeLists.txt

2.0.0 - 2008-08-23

Changed

  • Switch the build system to CMake
  • Improve the performance of the suffix-sorting algorithm

Added

  • OpenMP support
  • 64-bit version of divsufsort