mpu6050-dmp
Quick and dirty Node.js module for reading DMP-processed yaw/pitch/roll and rotation values from an MPU6050
Found 40 results for FIFO
Quick and dirty Node.js module for reading DMP-processed yaw/pitch/roll and rotation values from an MPU6050
A fast and performant *Least Frequently Used* (LFU) sorted set implementation for working with reasonably sized integers (unsigned). Trades memory for performance, optimised for frequently updating and counting a relatively small set of integers (integer
Promise Stream. Queue promises and retrieve the resolved/rejected ones in the inserted order
A lightweight, concurrency-throttled FIFO queue
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
A simple and efficient implementation of a queue data structure in TypeScript. This package provides a generic Queue class which can be used in various JavaScript and TypeScript applications where queue functionality is needed.
Basic queue implementation in TypeScript with generics support
Promise Queue Library
Efficient Circular FIFO Buffer Implementation.
In-memory object cache written in typescript for Node that supports multiple eviction strategies.
A slim and efficient in-memory Deque (doubly-ended queue) for Node.js projects, designed with Data-Oriented Design principles and implemented using a cyclic buffer to optimize memory layout through sequential item allocation. A notable real-world use case
A distributed cache system built using Redis with LRU, FIFO, and Random eviction policies.
HTML5 LocalStorage Manager and Data Structures for Angular 2
Traversable JavaScript FIFO
A stream that enables asynchronous enrichment of data with concurrency control while preserving FIFO ordering.
This library has a Queue with the following methods: enqueue and dequeue. Enqueue adds item(s) to end of the Queue. Dequeue removes and returns the first item from the beginning of the queue.
A wrapper of stream.Duplex in object mode to make things more flexible, or more efficient.
async iterable queue
A charming little queue filled with awaitable tasks
LRU and FIFO caches for Client or Server