ashi009 / node-fast-crc32c
node.js CRC-32C algorithm with hardware acceleration and software fallback.
☆29Updated 2 years ago
Alternatives and similar repositories for node-fast-crc32c:
Users that are interested in node-fast-crc32c are comparing it to the libraries listed below
- Convert a typed array to a Buffer without a copy.☆65Updated 4 years ago
- node.js bindings for hdr histogram C implementation☆42Updated 4 years ago
- a fast newline (or any delimiter) splitter stream - like require('split') but specific for binary data☆79Updated last year
- Transform stream that lets you peek the first line before deciding how to parse it☆57Updated 2 years ago
- Working mmap bindings for node.js☆57Updated 7 years ago
- ☆33Updated 6 years ago
- Multipart parser☆34Updated 5 months ago
- A streaming storage engine based on LevelDB☆74Updated 8 years ago
- Copies data between node Buffers and/or ArrayBuffers up to ~75 times faster than in pure JS.☆53Updated 9 years ago
- ☆98Updated 9 years ago
- PubSub system built on top of UpRing☆18Updated 7 years ago
- Speed up zlib operations by running them using the sync APIs but in a Worker☆29Updated 4 years ago
- Base64 streaming encoder and decoder☆41Updated 5 months ago
- streaming JSON RPC over TCP☆30Updated 11 months ago
- Zero-overhead asynchronous series/each/map function calls☆70Updated 5 years ago
- Not GYP☆14Updated 10 years ago
- All the ways for doing requests/streams multiplexing over a single stream☆39Updated 7 years ago
- A through2 wrapper to create an Array.prototype.filter analog for streams☆35Updated 11 months ago
- A faster JavaScript alternative to [].slice.call(arguments)☆95Updated 8 years ago
- ☆39Updated 8 years ago
- A base swim node☆15Updated 8 years ago
- Compress data over a Stream using the snappy framing format☆53Updated 2 years ago
- Distributed map and filter☆33Updated 8 years ago
- Easy way to create a Readable Stream☆70Updated 8 years ago
- Node.js bindings for MetroHash