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 🦖

Home Page:https://ashvardanian.com/posts/stringzilla/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pure CPython rewrite of the bindings

ashvardanian opened this issue · comments

Let's make the Str class almost as native to Python as the str. For that, let's avoid PyBind11 and all the expensive high-level constructs and implement a pure CPython binding.