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 πŸ¦–

Home Page:https://ashvardanian.com/posts/stringzilla/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix `findLast` offsets calculation in Swift and extend tests

ashvardanian opened this issue Β· comments

It is not entirely clear, what the match offset should be in this test. Overall, we need more test coverage for such non-trivial Unicode-heavy strings in Swift.

πŸŽ‰ This issue has been resolved in version 3.7.1 πŸŽ‰

The release is available on GitHub release

Your semantic-release bot πŸ“¦πŸš€