Open ashvardanian opened 9 months ago
I've noticed that ceja relies on jellyfish for Levenshtein distance computations, which opens an optimization opportunity. StringZilla should be a few times faster for that operation, and may be very handy for other tasks as well 🤗
ceja
jellyfish
Thanks! Feel free to create a PR! Perhaps you could add some benchmarks as well!
I've noticed that
ceja
relies onjellyfish
for Levenshtein distance computations, which opens an optimization opportunity. StringZilla should be a few times faster for that operation, and may be very handy for other tasks as well 🤗