hiddentao / fast-levenshtein

Efficient Javascript implementation of Levenshtein algorithm with locale-specific collator support.
MIT License
592 stars 56 forks source link

Working with web workers #5

Closed neoPix closed 9 years ago

neoPix commented 9 years ago

Use fast-levenshtein in a web worker using importScripts

hiddentao commented 9 years ago

Build failing right now, please fix.

neoPix commented 9 years ago

Fixed. Learned Grunt in the process, thanks for that.