array buffer to hex conversion 6 methods vs base64 2 methods (version: 1)
convert array buffer to hex
Comparing performance of:directly set vs push values vs buf2hex() vs precomputed ASCII with shift vs array prototype map vs base64 vs base64 loop vs string +