Live data from Hacker News

Show HN: The fastest Turbo-Base64 for Python: 20-30x faster than the std library

github.com

1–2 of 2 posts

Re: Show HN: The fastest Turbo-Base64 for Python: 20-30x faster than the std library

#2
** 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