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

Add `repr()` support to `Strs` and `File` - #131 #133

Closed alexbowe closed 3 months ago

alexbowe commented 3 months ago

Initial implementation... Still WIP.

alexbowe commented 3 months ago

Just giving an ETA on this - I am traveling atm so there won't be much activity, but should be able to finish it between April 15th and April 19th.

ashvardanian commented 3 months ago

No problem! I can probably take over and continue your work in between, so that we can collaborate around more advanced features next time you are available 🤗

ashvardanian commented 3 months ago

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

The release is available on GitHub release

Your semantic-release bot :package::rocket: