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

LibC symbols overwritten with LD_PRELOAD #114

Closed Riyazul555 closed 4 months ago

Riyazul555 commented 4 months ago

I have overwritten the LibC symbols.....do check it out and let me know if any changes are required...closes issue #102 Thanks

Riyazul555 commented 4 months ago

Hey @ashvardanian if everything is fine.... please merge this PR

ashvardanian commented 4 months ago

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

The release is available on GitHub release

Your semantic-release bot :package::rocket: