ashvardanian / StringZilla

Up to 10x faster strings for C, C++, Python, Rust, and Swift, leveraging NEON, AVX2, AVX-512, and SWAR to accelerate search, sort, edit distances, alignment scores, etc 🦖
https://ashvardanian.com/posts/stringzilla/
Apache License 2.0
2.05k stars 66 forks source link

Fix `findLast` offsets calculation in Swift and extend tests #77

Closed ashvardanian closed 5 months ago

ashvardanian commented 7 months ago

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.

ashvardanian commented 5 months ago

:tada: This issue has been resolved in version 3.7.1 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: