mogill / List-of-Parallel-JS-ProjectsLinks
List of Parallel and Shared-Memory Javascript Designs and Implementations
☆47Updated 7 years ago
Alternatives and similar repositories for List-of-Parallel-JS-Projects
Users that are interested in List-of-Parallel-JS-Projects are comparing it to the libraries listed below
Sorting:
- Zero-overhead parallel function call for node.js. Also supports each and map!☆170Updated 7 months ago
- Asynchronous JSON parser and stringify APIs that make use of generator patterns☆149Updated last year
- Just-In-Time JSON.parse compiler☆180Updated 7 years ago
- The fastest way to parse JSON safely☆90Updated 3 years ago
- A high-performance, lightweight LRU cache. Built for developers who need fast caching without compromising on features.☆176Updated last week
- Force V8 to use fast properties for an object☆243Updated 4 years ago
- Make weak references to JavaScript Objects.☆45Updated last month
- Transform your data as it pass by, synchronously.☆110Updated 2 months ago
- A simple tool that helps you to retrieve the function location from its reference.☆121Updated last year
- An implementation of Domain-like error handling, built on async_hooks☆35Updated last month
- Async coordination primitives and extensions on top of ES6 Promises☆153Updated 2 years ago
- Reuse objects and functions with style☆182Updated last week
- Convert strings to Node.js streams and vice versa☆94Updated 2 years ago
- Flattens the underlying C structures of a concatenated JavaScript string☆391Updated 3 years ago
- An iteration of the Node.js core streams with a series of improvements.☆236Updated 2 months ago
- Benchmark of the most commonly used http routers☆81Updated last year
- Benchmark your event loop☆111Updated 2 years ago
- A stream implementation that does more by doing less☆255Updated 2 months ago
- JSON.Stringify as a readable stream☆90Updated last year
- when you want to fire an event no matter how a process exits.☆196Updated 2 months ago
- Create streams lazily when they are accessed (read from/written to).☆55Updated 2 years ago
- Tiny WebWorker for the Server☆251Updated 3 years ago
- A stream that emits multiple other streams one after another (streams3)☆294Updated 4 years ago
- Fast AVL tree for Node and browser☆118Updated last month
- Split Streams3 style☆293Updated last year
- Creates super long stack traces☆196Updated last year
- Performance comparison of WebAssembly, C++ Addon, and native implementations of various algorithms in Node.js.☆197Updated 2 years ago
- Convert a string/promise/array/iterable/asynciterable/buffer/typedarray/arraybuffer/object into a stream☆212Updated 3 months ago
- Execute a callback on every node of a source code's AST and stop walking whenever you see fit.☆63Updated 3 weeks ago
- A simple http/2 & http/1.1 to http/1.1 spec compliant proxy helper for Node.☆135Updated 2 years ago