Ronomon

Results 10 repositories owned by Ronomon

hash-table

299
Stars
12
Forks
Watchers

Fast, reliable cuckoo hash table for Node.js.

crypto-async

174
Stars
15
Forks
Watchers

Fast, reliable cipher, hash and hmac methods executed in Node's threadpool for multi-core throughput.

pure

233
Stars
8
Forks
Watchers

A static analysis file format checker.

zip

260
Stars
6
Forks
Watchers

Robust ZIP decoder with defenses against dangerous compression ratios, spec deviations, malicious archive signatures, mismatching local and central directory headers, ambiguous UTF-8 filenames, direct...

reed-solomon

106
Stars
14
Forks
Watchers

Fast, reliable Reed-Solomon erasure coding as a native addon for Node.js.

direct-io

67
Stars
6
Forks
Watchers

Direct IO helpers for block devices and regular files on FreeBSD, Linux, macOS and Windows.

mime

64
Stars
8
Forks
Watchers

Fast, robust, standards-compliant MIME decoder. Ships with extensive tests and fuzz tests.

deduplication

71
Stars
9
Forks
Watchers

Fast multi-threaded content-dependent chunking deduplication for Buffers in C++ with a reference implementation in Javascript. Ships with extensive tests, a fuzz test and a benchmark.

base64

17
Stars
4
Forks
Watchers

Fast, robust Base64 encoder/decoder for Buffers in C++. Ignores whitespace. Detects corruption and truncation. Ships with extensive tests, a fuzz test and a benchmark.

utimes

34
Stars
5
Forks
Watchers

Change the birth time (`btime`), modified time (`mtime`) and/or access time (`atime`) of a file on Windows, macOS and Linux.