React Native Fast Trie Versions Save

Fast trie implementation written in C++ using jsi

v0.2.1

3 months ago

0.2.1 (2024-01-23)

  • Add delete docs to the README

v0.2.0

3 months ago

0.2.0 (2024-01-23)

  • Add delete method on the FastTrie class
  • Add integration tests in the example app
  • Update README

v0.1.3

3 months ago

0.1.3 (2024-01-23)

  • Set background + text color in example app
  • Update benchmarks across devices

v0.1.2

3 months ago

0.1.2 (2024-01-23)

  • Fix return type of find to be string[]

v0.1.1

3 months ago

0.1.1 (2024-01-23)

Initial implementation. This is an experimental package right now, use with caution!!