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.1k stars 71 forks source link

Fix expansions #141

Closed ashvardanian closed 5 months ago

ashvardanian commented 5 months ago

This hot-fix patches the copy-assignment issues reported in #140 and boundary-condition expansions, affecting both the core C implementation and the C++ wrapper.

ashvardanian commented 5 months ago

:tada: This PR is included in version 3.8.1 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: