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

Added the qsort_s bench function for MSVC #129

Closed ashbob999 closed 6 months ago

ashbob999 commented 6 months ago

Added MSVC qsort_s function to the sort benchmarks, as a replacement for qsort_r on linux,

ashvardanian commented 6 months ago

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

The release is available on GitHub release

Your semantic-release bot :package::rocket: