max-mapper / flavors

mobile site to help look up flavor pairings
http://maxogden.github.io/flavors/
25 stars 8 forks source link

text filtering is slow #1

Open max-mapper opened 11 years ago

max-mapper commented 11 years ago

i'm brute force mapping over all entries when the filter input changes

it would be nice to either put this in a web worker so it doesnt block the UI or use some faster text filtering data structure + algorithm

max-mapper commented 11 years ago

here is the current filter + throttle implementation:

https://github.com/maxogden/flavors/blob/gh-pages/index.js#L91-L122

and the binding: https://github.com/maxogden/flavors/blob/gh-pages/index.js#L46-L49

cc @techwraith @bytespider