ashvardanian / StringZilla

Up to 10x faster strings for C, C++, Python, Rust, and Swift, leveraging SWAR and SIMD on Arm Neon and x86 AVX2 & AVX-512-capable chips to accelerate search, sort, edit distances, alignment scores, etc 🦖
https://ashvardanian.com/posts/stringzilla/
Apache License 2.0
1.92k stars 64 forks source link

Diagonal approach for more aggressive vectorization added #115

Closed Riyazul555 closed 4 months ago

Riyazul555 commented 4 months ago

Hey @ashvardanian I left some part in this PR for accessing the matrix elements and and Performing Levenshtein distance computation.....You can add them and if not let me know how to modify them ....I will do it Thanks

ashvardanian commented 4 months ago

Hi @Riyazul555! Can you explain what you are trying to achieve with this?

Riyazul555 commented 4 months ago

Well this PR is for issue #78 @ashvardanian

ashvardanian commented 4 months ago

Your added loop does nothing. It's not a solution to #78.