Simple, high-performance transducers for JavaScript
SweatMap takes in a series of UTF-8 strings and maps them to UTF-8 strings that are as small as possible while still being unique.
A Simple JavaScript Iterator.
Function for get random items.
Db helper is a Postgres DAL (Database Abstraction Layer) that connects postgres SQL databses to javascript code. Db helper allows us to communicate with a postgres SQL database without the need to write SQL queries, instead, we work with javascript objec
Adds arity-bound versions of many underscore methods, such as map1, each1
This package provides barebone utilities for working with (sync and async) iterators and iterable values in nodejs.
Directory iterator with filters, each and array callbacks/listeners, and both synchronous and asynchronous execution.
JSON Stream is a efficient universal serialization framework for JSON and BSON.
Lazy iterators based on the Iterable protocol, inspired by Rust
A Dictionary (Associative Array like) Class for ES6. Now supporting dot and bracket access through proxy, and generator/yield control flows.
Convert entries to objects
[](https://www.codacy.com/gh/miyavsu-limited/split-lazy/dashboard?utm_source=github.com&utm_medium=referral&utm_content=miyavsu-limited/split-lazy&utm_
An Emscripten compilation of MCBE compatible LevelDB.
Array iterator in synchronised way. It takes array, promise function to run for each item of the array and limit to run the promise function to run at a time, default limit is 1. It returns promise of all promisses of given promise functions.
A simple Iterator class similar to how Rust's
ES6 iterator based read/write bit streams with support for variable word widths
Eslint configs for weex bundle file.
Create ES6 range iterator from start/stop number, string, or array.
Proxied model implementation
Given an iterator of sorted items, find matching items in another.
Singly linked, doubly linked, and circular LinkedList
Collection utilities inspired by kotlin for javascript
Iterable that implements optimized map method for array-like iterables