borc icon indicating copy to clipboard operation
borc copied to clipboard

feat: do not copy memory when Uint8Array is pushed

Open Gozala opened this issue 5 years ago • 0 comments

Current implementation will copy memory if Uint8Array is pushed. Proposed change avoids unnecessary coping by creating a Buffer view of the underlying ArrayBuffer instead.

Gozala avatar Jun 09 '20 06:06 Gozala