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

Supporting more Swift versions #86

Closed ashvardanian closed 6 months ago

ashvardanian commented 7 months ago

Current CI pipeline uploads only a package for Swift 5.9 and only MacOS+Linux. The package, however, should work just fine on other versions of Swift, iOS, visionOS, watchOS, and tvOS.

ashvardanian commented 6 months ago

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

The release is available on GitHub release

Your semantic-release bot :package::rocket: