iterator
There are 1079 repositories under iterator topic.
emirpasic/gods
GoDS (Go Data Structures) - Sets, Lists, Stacks, Maps, Trees, Queues, and much more
apple/swift-algorithms
Commonly used sequence and collection algorithms for Swift
tboox/tbox
🎁 A glib-like multi-platform c library
ericniebler/range-v3
Range library for C++14/17/20, basis for C++20's std::ranges
loophp/collection
A (memory) friendly, easy, lazy and modular collection class.
samchon/tstl
TypeScript-STL (Standard Template Library, migrated from C++)
benhoyt/scandir
Better directory iterator and faster os.walk(). Archived, as this has been in the stdlib since Python 3.5.
Athari/YaLinqo
Yet Another LINQ to Objects for PHP [Simplified BSD]
koculu/ZoneTree
ZoneTree is a persistent, high-performance, transactional, and ACID-compliant ordered key-value database for .NET. It operates seamlessly both in-memory and on local/cloud storage, making it an ideal choice for a wide range of applications requiring efficient data management.
jonschlinkert/kind-of
Get the native JavaScript type of a value, fast. Used by superstruct, micromatch and many others!
TomerAberbach/lfi
🦥 A lazy functional iteration library supporting sync, async, and concurrent iteration.
hoaproject/Iterator
The Hoa\Iterator library.
fmela/libdict
C library of key-value data structures.
spencer-luo/PyDesignPattern
Design Pattern that described by Python, This is the source code for the book of Everybody Know Design Patterns.
a-synchronous/rubico
[A]synchronous Functional Programming
rurban/ctl
My variant of the C Template Library
VanHakobyan/DesignPatterns
:key:Elements of Reusable Object-Oriented Software:unlock:is a software engineering book describing software design patterns. The book's authors are Erich Gamma, Richard Helm, Ralph Johnson and John Vlissides with a foreword by Grady Booch.
slightlyoutofphase/staticvec
Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.
lincanbin/PHP-PDO-MySQL-Class
A PHP MySQL PDO class similar to the the Python MySQLdb, which supports iterator and parameter binding when using "WHERE IN" statement.
ajcr/rolling
Computationally efficient rolling window iterators for Python (sum, variance, min/max, etc.)
P4sca1/cron-schedule
A zero-dependency cron parser and scheduler for Node.js, Deno and the browser.
libmir/mir-algorithm
Dlang Core Library
r-lib/coro
Coroutines for R
JuliaDynamics/ResumableFunctions.jl
C# style generators a.k.a. semi-coroutines for Julia.
markrogoyski/itertools-php
PHP Iteration Tools Library
TheLartians/EasyIterator
🏃 Iterators made easy! Zero cost abstractions for designing and using C++ iterators.
StardustDL/Linq-in-Rust
Language Integrated Query in Rust.
andeya/gust
A Rust-inspired declarative-programming and generic-type module for Golang that helps avoid bugs and improve development efficiency.
gqcn/gkvdb
[mirror] Go语言开发的基于DRH(Deep-Re-Hash)深度哈希分区算法的高性能高可用Key-Value嵌入式事务数据库。基于纯Go语言实现,具有优异的跨平台性,良好的高可用及文件IO复用设计,高效的底层数据库文件操作性能,支持原子操作、批量操作、事务操作、多表操作、多表事务、随机遍历等特性。
DIAGNijmegen/pathology-whole-slide-data
A package for working with whole-slide data including a fast batch iterator that can be used to train deep learning models.
benji6/imlazy
😴 Functional programming with lazy immutable iterables
dpc/pariter
Parallel iterator processing library for Rust
TotallyNotChase/c-iterators
:books: A demonstration of implementing a "type-safe" lazy iterator interface in pure C99
MSeifert04/iteration_utilities
Utilities based on Pythons iterators and generators.
Hejsil/ziter
The missing iterators for Zig
danielpclark/array_tool
Array helpers for Rust's Vector and String types