Hi all,
We are evaluating that if it is worth to change the current encoding of bytes from regular js array to UInt8Array
Pros
- Better performance
- Better interop with Node API since Buffer is also UInt8Array
Cons
- This is a ES6 feature, which means lacking support on IE
Thoughts?