nv-array-small-fifo =================== - nv-array-small-fifo - small-fixed-size-array, slightly faster than the-built-in-array-methods if size is small (<=8) - its a simplified version of nv-facutil-cache-cursor AND nv-facutil-fixed-cache-cursor - for
A fast fifo implementation similar to the one powering nextTick in Node.js core
A simple double ended queue datastructure
Tiny queue data structure
An implementation of the CSSStyleDeclaration class from the CSS Object Model specification
Promised First-In-First-Out buffer. Await on push to be told when a value is consumed and await on shift for a value to consume when the buffer is empty.
CSS Object Model implementation and CSS parser
A tool for resolving node versions from common aliases
nv-array-defrag ============== - nv-array-defrag, simple util to resort a array
CSS Object Model implementation and CSS parser
LRU and FIFO caches for Client or Server
tar for node
FIFO queue implemented using a double linked-list
Returns an array of all tabbable DOM nodes within a containing node.
Stringify your JSON at max speed
nv-array-combo ============ - nv-array-combo
`Array#forEach()` but it’s possible to define where to move to next
A fifo rdf-resolve-hypermedia-links-queue actor
TypeScript definitions for fast-fifo
SQS adapter for message-queue-toolkit
SNS adapter for message-queue-toolkit
a simple fifo queue
nv-json-length ======================= - get json's string-length AND buffer-size without stringify-it - its simple, just using a fixed length-lookup-array to increase the speed - slightly faster IF size < 1M; 30%~50% faster IF size >8M
Javascript implementation of a queue data structure