Skip to content

Latest commit

 

History

History
67 lines (52 loc) · 2.07 KB

CHANGELOG.md

File metadata and controls

67 lines (52 loc) · 2.07 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.5.1 - 2024-02-25

Changed

  • Fix a corner case of exact_match_search by @BlueGreenMagick.
  • Add a test for the corner case.

0.5.0 - 2021-11-01

Changed

  • Improve search performance using get_unchecked.

0.4.1 - 2021-11-01

Changed

  • Improve search performance thnaks to inlining by @kampersanda.

0.4.0 - 2020-10-11

Added

  • Add benchmarks.
  • Add file converter script for benchmarks.

Changed

  • Relax the maximum size of a double array.

0.3.2 - 2020-10-01

Changed

  • Make the DoubleArray cloneable by @johtani.

0.3.1 - 2020-09-30

Changed

  • Fix duplicated offset issue.

0.3.0 - 2020-09-28

Added

  • Add an example load_from_file.

Changed

  • DoubleArrayBuilder does not require a trailing null character to build double arrays.
  • exact_match_search does not require a trailing null character in the keys.

0.2.0 - 2020-09-26

Added

  • Specify Rust version by @johtani.
  • Add CHANGELOG.md.

Changed

  • common_prefix_search returns key length.

0.1.0 - 2020-09-20

Added

  • Initial release.