enumerable topic
in_threads
Run all possible enumerable methods in concurrent/parallel threads
async-enumerable
Prototype Java 9 library based on the asynchronous enumerable concept (where moveNext() returns a task to compose over).
yagods
Generic data structure using parameterized types in Golang.
linq
A familiar set of functions that operate on JavaScript iterables (ES2015+) in a similar way to .NET's LINQ does with enumerables.
iter
A blazing fast compile-time optimized alternative to the `Enum` and `Stream` modules
go2linq
Generic Go implementation of .NET's LINQ to Objects.
linqjs
use linq and lambda in javascript on es6, can use linq function in an Object or an Array or a String value | 一个方便对数组、字典、树形数据进行操作、筛选等操作的工具库
zig-enumerable
Iterator tools for functional data processing.