typedarray topic
List
typedarray repositories
base64-arraybuffer
348
Stars
59
Forks
Watchers
Encode/decode base64 data into ArrayBuffers
proposal-change-array-by-copy
510
Stars
23
Forks
Watchers
Provides additional methods on Array.prototype and TypedArray.prototype to enable changes on the array by returning a new copy of it with the change.
typedarray-to-buffer
67
Stars
16
Forks
Watchers
Convert a typed array to a Buffer without a copy.
byte_type
34
Stars
5
Forks
Watchers
😋 A small helper module for working with different raw types in javascript
sha256-uint8array
18
Stars
2
Forks
Watchers
Fast SHA-256 digest hash based on Uint8Array, pure JavaScript.
Bit-TypedArray
15
Stars
2
Forks
Watchers
A BitArray object exhibiting the interface of standard ecmascript TypedArray's