WojciechMula / base64simd

Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)
http://0x80.pl/articles/index.html#base64-algorithm-new
BSD 2-Clause "Simplified" License
157 stars 13 forks source link

Making python scripts more portable. #1

Closed lemire closed 7 years ago

lemire commented 7 years ago

With these changes to the Python script, the code runs smoothly under macOS.

WojciechMula commented 7 years ago

Thank you, I wasn't aware of MacOS odds.

lemire commented 7 years ago

I plan to dig into this code more over the next couple of weeks.

WojciechMula commented 7 years ago

Great! If you have any questions just ask. :)