powturbo / Turbo-Base64

Turbo Base64 - Fastest Base64 SIMD:SSE/AVX2/AVX512/Neon/Altivec - Faster than memcpy!
GNU General Public License v3.0
277 stars 41 forks source link

No support for inputs larger than 4GiB #3

Closed alexey-milovidov closed 4 years ago

powturbo commented 4 years ago

Not sure about the use cases for inputs larger than 4GB. Nevertheless, I've adapted all TurboBase64 functions to use size_t instead of unsigned for the I/O buffer lengths.