@aicacia/iter
aicacia iter
aicacia iter
A fully streaming regular expression engine
Lazy Typescript sequence/collection (Like LINQ) with api that resembles JavaScript Array.
Micro Library for JS Iterables
This utility turns a streaming emitter into an iterable, buffers the stream of events, and will pause & resume the emitter.
Get the first path that exists on disk of multiple paths
Filter promises concurrently
Get the first fulfilled promise that satisfies the provided testing function
Map over promises concurrently
Create an error from multiple errors
Map over promises concurrently
A TypeScript blazing fast recursive directory crawler with lazy sync and async iterator support, fork from get-all-files by @TomerAberbach
Provides LINQ-like fluent api operations for iterables and async iterables (ES2018+).
Map over promises concurrently
iterate a string using regular expressions
A javascript library which adds [C# LINQ](https://docs.microsoft.com/en-us/dotnet/api/system.linq.enumerable?view=net-6.0) inspired helper methods for iterators. Supported in Node.js and web browsers.
Iterable WeakMaps and WeakSets. Provides WeakRefMap and WeakRefSet which store values using WeakRefs and clean themselves up when garbage collected.
Extend built-in collections with weak references for efficient garbage collection and optimal performance in memory-intensive applications with IterableWeakSet, IterableWeakMap, and WeakValueMap.
Wrapper over JS iterator, which allows filter/map/etc with chaining