Hacker News new | ask | show | jobs
Show HN: The fastest Turbo-Base64 for Python: 20-30x faster than the std library (github.com)
2 points by powturbo 1028 days ago
1 comments

** Cython bindings for Turbo Base64 [1] **

- 20-30x faster than the standard library

- Benchmarks faster than any other C base64 library

- Fastest implementation of AVX, AVX2, and AVX512 base64 encoding

- No other dependencies

[1] - https://github.com/powturbo/Turbo-Base64