Lazy.js is a JavaScript library that implements a lazy evaluation model for processing collections and data streams. It defers all computation until iteration begins, building chains of transformations that execute only when values are consumed, avoiding intermediate arrays and buffering. The library wraps data sources into a uniform sequence interface, enabling operations like map and filter to be chained together without materializing intermediate results. The library extends lazy processing beyond simple collections to handle asynchronous data sources, DOM events, strings, and Node.js stre
Utilities for treating frozen JavaScript objects as persistent immutable collections
π An immutable list with unmatched performance and a comprehensive functional API.
The main features of funkia/list are: Persistent Data Structures.
Open-source alternatives to funkia/list include: aearly/icepick β Utilities for treating frozen JavaScript objects as persistent immutable collections. benji6/imlazy β π΄ Functional programming with lazy immutable iterables. ds300/derivablejs β Functional Reactive State for JavaScript and TypeScript. dtao/lazy.js β Lazy.js is a JavaScript library that implements a lazy evaluation model for processing collections and data streams.β¦ emmanueltouzery/prelude.ts β Functional programming, immutable collections and FP constructs for typescript and javascript. facebook/immutable-js β This is a persistent data structure library for JavaScript that provides collections which prevent the direct mutationβ¦