borc
borc copied to clipboard
feat: do not copy memory when Uint8Array is pushed
Current implementation will copy memory if Uint8Array is pushed. Proposed change avoids unnecessary coping by creating a Buffer view of the underlying ArrayBuffer instead.