feross

feross/typedarray-to-buffer

Convert a typed array to a Buffer without a copy.

JavaScript
66
16
MIT License

This module provides a way to convert typed arrays to Buffers without copying data, by augmenting the typed array with Buffer methods. It's designed for developers working with binary data in Node.js or browser environments who need to avoid the performance overhead of copying data when converting between typed arrays and Buffers.

Total donated
Undistributed
Share with your subscribers: