zandaqo / structuraeLinks
Data structures for high-performance JavaScript applications.
☆724Updated last year
Alternatives and similar repositories for structurae
Users that are interested in structurae are comparing it to the libraries listed below
Sorting:
- The fastest JavaScript priority queue out there. Zero dependencies.☆719Updated 2 years ago
- Buffer-backed objects in JavaScript.☆429Updated 2 months ago
- The missing constructor for creating safe async iterators☆469Updated last year
- ⏱️ Investigates v8/Node.js function deoptimizations.☆1,164Updated 2 years ago
- A 100% compliant, self-hosted javascript parser - https://meriyah.github.io/meriyah☆1,155Updated 2 weeks ago
- 60fps with Javascript Coroutines for idle processing and animation☆556Updated 2 months ago
- [A]synchronous Functional Programming☆283Updated 4 months ago
- 🦅 A tiny (~315B) utility that executes a dependency graph of async functions as concurrently as possible.☆625Updated 2 months ago
- A reasonably fast in-memory B+ tree with a powerful API based on the standard Map. Small minified. Well documented.☆230Updated last week
- Structured concurrency and effects for JavaScript☆747Updated last week
- Node.js bindings for the simdjson project: "Parsing gigabytes of JSON per second"☆604Updated 2 years ago
- Simple, efficient, ultra-fast, scalable data store wrapper for LMDB☆607Updated last week
- Run Web Servers in Web Browsers over WebRTC☆610Updated 11 months ago
- Consistent Web Workers in browser and Node.☆1,165Updated 9 months ago
- Ultra-fast MessagePack implementation with extension for record and structural cloning / msgpack.org[JavaScript/NodeJS]☆606Updated last month
- JavaScript Object like api, backed by an arraybuffer☆183Updated 2 months ago
- 💧EventEmitter's typesafe replacement☆465Updated last month
- Isomorphic library to handle passing high-level data structures between AssemblyScript and JavaScript 🤝🚀☆245Updated last year
- A dead simple benchmarking framework for JS/TS libs☆768Updated 2 years ago
- 🦥 A lazy functional iteration library supporting sync, async, and concurrent iteration.☆350Updated 2 months ago
- The fastest javascript implementation of a double-ended queue. Used by the official Redis, MongoDB, MariaDB & MySQL libraries for Node.js…☆368Updated 2 years ago
- Fast, easy Javascript finite state machines with visualizations; enjoy a one liner FSM instead of pages. MIT; Typescripted; 100% test co…☆363Updated 2 months ago
- Isomorphic workerization with context support☆186Updated 4 years ago
- 🦩 Joi like validations for TypeScript☆363Updated last year
- An 100% spec compliant ES2022 JavaScript toolchain☆335Updated 2 years ago
- ✨Zero Dependency Parser Combinator Library for JS Based on Haskell's Parsec☆575Updated last year
- A blazing fast 100% spec compliant, self-hosted javascript parser written in Typescript☆490Updated 2 years ago
- The iterable toolbox☆181Updated 5 months ago
- lightweight (<1kb) inversion of control javascript library for dependency injection written in typescript☆302Updated last year
- Recursive Worker Threads in NodeJS