Skip to content

v0.4.0

Compare
Choose a tag to compare
@wavenator wavenator released this 21 Dec 18:34
· 8 commits to master since this release

In this release I've done a major overhaul to the implementation and there are some breaking changes.

  • Reimplemented the search method to improve performance in small and large datasets.
  • There are no more two search functions but only one search. It now leverages multiple threads to utilize the system resources.
  • Introduced two new count functions to support counting entries/occurrences rather than getting the results.
  • New Github actions files

Breaking changes:
search_sequential and search_parallel were removed in favor of search