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

Update release.yml clang version #147

Closed ashbob999 closed 3 months ago

ashbob999 commented 3 months ago

Updated the release.yml Clang version to 16, to avoid build issues. This had got forgotten from #136 .

ashvardanian commented 3 months ago

Can you please rebase from the upstream branch? I've squashed some of the commits 🤗

ashbob999 commented 3 months ago

Can you please rebase from the upstream branch? I've squashed some of the commits 🤗

Doing it right now.

ashbob999 commented 3 months ago

@ashvardanian fixed now.

ashvardanian commented 3 months ago

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

The release is available on GitHub release

Your semantic-release bot :package::rocket: