powturbo / Turbo-Base64

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

in-situ encoding #13

Closed niclar closed 2 years ago

niclar commented 2 years ago

Given enough buffer space, would in-situ encoding be feasible you think ?

Keep up the great work

powturbo commented 2 years ago

No, this is not possible with the current design.