dominictarr / bench-lruLinks
☆89Updated 3 years ago
Alternatives and similar repositories for bench-lru
Users that are interested in bench-lru are comparing it to the libraries listed below
Sorting:
- Transform your data as it pass by, synchronously.☆109Updated last month
- the simplest benchmark you can run on node☆87Updated 4 years ago
- Zero-overhead asynchronous series/each/map function calls☆70Updated 5 years ago
- Speed up zlib operations by running them using the sync APIs but in a Worker☆29Updated 5 years ago
- Transform stream that lets you peek the first line before deciding how to parse it☆58Updated 2 years ago
- Zero-overhead parallel function call for node.js. Also supports each and map!☆169Updated 6 months ago
- a fast newline (or any delimiter) splitter stream - like require('split') but specific for binary data☆79Updated 2 years ago
- Transform stream that gunzips its input if it is gzipped and just echoes it if not☆108Updated 5 years ago
- experimental http2 client for node and the CLI☆48Updated 6 years ago
- A minimal overhead event loop delay sampler.☆25Updated 5 months ago
- Transform stream for Node.js that allows you to run your transforms in parallel without changing the order☆82Updated last year
- An iteration of the Node.js core streams with a series of improvements.☆235Updated last month
- Module that helps you write generated functions in Node☆78Updated last year
- A fast fifo implementation similar to the one powering nextTick in Node.js core☆61Updated last year
- Benchmark of the most commonly used http routers☆81Updated last year
- An easy way to reuse buffers without much API ceremony☆62Updated 7 years ago
- A JavaScript parser for Google Closure Compiler and JSDoc type expressions.☆56Updated last week
- node.js bindings for hdr histogram C implementation☆42Updated 5 years ago
- Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input☆193Updated last year
- An implementation of Domain-like error handling, built on async_hooks☆35Updated last month
- Simple Node.JS stream (streams2) Transform that runs the transform functions concurrently (with a set max concurrency)☆75Updated 5 years ago
- An incremental implementation of MurmurHash3 for JavaScript☆101Updated 12 years ago
- Fast Map built for keys that are always fixed size uniformly distributed buffers.☆37Updated 3 years ago
- High performance Base64 encoding and decoding for Node.js using SIMD (AVX2, AVX, SSE4.2, SSE4.1, SSSE3) acceleration☆109Updated 4 years ago
- ⏱️Zero CPU overhead, zero dependency, true event-loop blocking sleep ⏱️☆84Updated 5 years ago
- A module that diffs an input buffer with the previous one provided to it and outputs the diff as ANSI☆55Updated last year
- Sample memory usage for your Node.js program and write the samples to a stream☆75Updated 4 years ago
- Clone a Readable stream, safely☆118Updated last year
- reschedulable setTimeout for you node needs☆38Updated 2 years ago
- Non-UI browser testing for JavaScript libraries from the command-line☆63Updated last week