metarhia / metastreams

Readable and Writable Streams with buffering
https://metarhia.com
MIT License
12 stars 3 forks source link

Compare Buffer and typed array #4

Open tshemsedinov opened 6 years ago

Kowalski0805 commented 6 years ago

Compared TypedArray, ArrayBuffer with DataView and Node.js's Buffer using metarhia/metatests. Results:

TypedArray......................42377238.......min
NodeBuffer......................51611210......+22%
ArrayBufferWithTypedArray......122892487.....+190%
ArrayBufferWithDataView........136330923.....+222%