A fixed-length, first-in-first-out array.
A fast fifo implementation similar to the one powering nextTick in Node.js core
A simple double ended queue datastructure
Tiny queue data structure
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.
A Observable Windowed FIFO Array for use with Nativescirpt UI Chart
LRU and FIFO caches for Client or Server
FIFO queue implemented using a double linked-list
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
Javascript implementation of a queue data structure
Array manipulation, ordering, searching, summarizing, etc.
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
This project provides a collection of helper functions for working with asyncronous iterators in TypeScript.
An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.
A simple list of possible Typed Array names.
Is this value a JS ArrayBuffer?
Is this value a JS SharedArrayBuffer?
Robustly get the byte offset of a Typed Array
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Robustly get the byte length of a Typed Array
Fixed size FIFO, LIFO, and Array.
kcar features an HTTP parser that will convert a bytestream into a 3-element array suitable for use as a Rack response. It is IO interface agnostic, so it may be used with HTTP streams over Unix domain sockets, regular files, FIFOs, StringIOs as well as traditional TCP sockets.