nlf / node-butils

helper functions for node.js buffers for faster i/o
7 stars 2 forks source link

butils

Bufferwise binary operations

These are some helper functions that appear to be significantly faster than core Buffer manipulation functions.

Functions included

Note that the Int32 functions are currently unsigned and big endian only, though I'd happily accept pull requests to add more functionality.

Benchmark

100,000,000 iterations of each function. (see bench.js)