krisk / Fuse

Lightweight fuzzy-search, in JavaScript
https://fusejs.io/
Apache License 2.0
17.89k stars 759 forks source link

How big is too big? #501

Closed onassar closed 3 years ago

onassar commented 3 years ago

How big is too big? Have an array with 15k items, each with at most 3 "tags" to search through. Will this handle it alright?

krisk commented 3 years ago

That should be just fine.

onassar commented 3 years ago

Okay thanks!