Faster Base64 Encoding and Decoding using AVX2 Instructions

Encoding and decoding base64 data is fast. Yet it can still be much slower to decode data than to copy it: e.g., memcpy may use as little as 0.03 cycles per byte while a fast ................
................