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:
- Force V8 to use fast properties for an object☆241Updated 4 years ago
- Zero-overhead parallel function call for node.js. Also supports each and map!☆169Updated 5 months ago
- A high-performance, lightweight LRU cache. Built for developers who need fast caching without compromising on features.☆171Updated last week
- Simple utilities on top of SharedArrayBuffer / SharedTypedArray☆119Updated last year
- Tiny WebWorker for the Server☆251Updated 3 years ago
- An iteration of the Node.js core streams with a series of improvements.☆235Updated last month
- Just-In-Time JSON.parse compiler☆180Updated 7 years ago
- A simple http/2 & http/1.1 to http/1.1 spec compliant proxy helper for Node.☆135Updated 2 years ago
- Query API over JavaScript (ECMAScript) Iterators☆71Updated 6 years ago
- JSON.Stringify as a readable stream☆91Updated last year
- Flattens the underlying C structures of a concatenated JavaScript string☆390Updated 3 years ago
- A simple tool that helps you to retrieve the function location from its reference.☆117Updated 11 months ago
- Async coordination primitives and extensions on top of ES6 Promises☆153Updated 2 years ago
- A non intrusive circuit breaker for node.js☆88Updated 2 weeks ago
- Make weak references to JavaScript Objects.☆45Updated 2 weeks ago
- Asynchronous JSON parser and stringify APIs that make use of generator patterns☆147Updated last year
- Benchmark your event loop☆111Updated 2 years ago
- Benchmark of the most commonly used http routers☆81Updated last year
- Creates super long stack traces☆196Updated last year
- Convert a string/promise/array/iterable/asynciterable/buffer/typedarray/arraybuffer/object into a stream☆211Updated 2 months ago
- A blazing fast stringifier that safely handles circular objects☆52Updated this week
- A stream implementation that does more by doing less☆256Updated 3 weeks ago
- evaluate statically-analyzable expressions☆178Updated 10 months ago
- Benchmark of different UUID generation methods in Node.js 🐢🚀☆48Updated 7 years ago
- 🚰 binary data "streams+" via data producers, data consumers, and pull flow.☆79Updated 5 years ago
- The fastest way to parse JSON safely☆90Updated 3 years ago
- NodeJS real threads with shared memory☆40Updated 6 years ago
- Convert strings to Node.js streams and vice versa☆94Updated 2 years ago
- when you want to fire an event no matter how a process exits.☆194Updated 3 weeks ago
- Transform your data as it pass by, synchronously.☆109Updated last month