Search results
22 packages found
Sort by: Default
- Default
- Most downloaded this week
- Most downloaded this month
- Most dependents
- Recently published
a simple ring buffer data structure
A circular array buffer written in modern TypeScript.
Immutable fixed-length list (a.k.a circular buffer) with an event emitter for Typescript and Javascript
- list
- array
- fixed
- size
- length
- typescript
- javascript
- event
- emitter
- circular buffer
- circular queue
- cyclic buffer
- ring buffer
TypeScript/JavaScript implementation of a circular buffer, circular queue, cyclic buffer or ring buffer. A data structure that uses a single, fixed-size buffer as if it were connected end-to-end. This structure lends itself easily to buffering data stream
Replace your slow Array based fixed length ring buffer, or circular queue, with ring-buffer. RingBuffer is roughly 10x faster, and is a drop in replacement.
Data structure and graph processing library written in modern JavaScript
- data structures
- javascript
- graph
- undirected graph
- directed graph
- weighted graph
- breadth first search
- BFS
- depth first search
- DFS
- dijkstra
- shortest path
- prim
- minimum spanning tree
- View more
Node-RED node to fill an ring buffer array.
A library for handling audio output stream processing using AudioWorklet in the browser. It provides functionalities for real-time audio output processing with customizable buffer management, ideal for developers working on web-based audio applications.
a ring buffer node for node-red
Hose is plugin for your Mongoose schema that allows a fixed length array of nested docs. Useful for storing only the newest subdocs while leaving he oldest to be lost. When a doc is pushed into the array, if length is more than the limit the oldest will b
Full featured fast rolling windows and time based rolling windows
Simple test harness for testing ring buffer implementations.
Very simple buffer implementations for use with Ceci
A ring buffer that manages memory in chunks to support large capacity for data bursts with low overhead when small.
Easy to use and high performance circular buffer
A tiny (232 bytes), fast and heap safe Circular Buffer implementation
A circular array buffer written in modern TypeScript.
Advanced Array and Ring structure for Large data: A High-Performance Solution, mostly created to implement array methods, bringing 2 data structures, An efficient resizable array with similar methods to javascript array which are optmized methods like shi
A fixed-size auto-overwriting stack.
a simple ring buffer data structure