Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accelerating string operations #6

Open
ashvardanian opened this issue Feb 8, 2024 · 1 comment
Open

Accelerating string operations #6

ashvardanian opened this issue Feb 8, 2024 · 1 comment

Comments

@ashvardanian
Copy link

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 🤗

@MrPowers
Copy link
Owner

MrPowers commented Feb 9, 2024

Thanks! Feel free to create a PR! Perhaps you could add some benchmarks as well!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants