Search results
23 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.
Very simple buffer implementations for use with Ceci
A tiny (232 bytes), fast and heap safe Circular Buffer implementation
a ring buffer node for node-red
Full featured fast rolling windows and time based rolling windows
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
Easy to use and high performance circular buffer
Simple test harness for testing ring buffer implementations.
A ring buffer that manages memory in chunks to support large capacity for data bursts with low overhead when small.
a simple ring buffer data structure
A fixed-size auto-overwriting stack.
A ring buffer data structure for Node.js and the browser, extended with some functions for numeric data (sum, min, max, avg).
A circular array buffer written in modern TypeScript.