cppitertools
Iteration library
A C++ implementation of Python's itertools and related iteration functions.
Implementation of python itertools and builtin iteration functions for C++17
1k stars
53 watching
118 forks
Language: C++
last commit: 3 months ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
markrogoyski/itertools-php | A PHP library providing tools for iteration and looping using fluent interfaces. | 141 |
smoren/itertools-ts | A comprehensive TypeScript library providing iteration tools and stream processing capabilities for working with iterables and asynchronous data. | 51 |
tomeraberbach/lfi | A library providing lazy, functional iteration capabilities for handling async and concurrent iteration in JavaScript | 322 |
narimiran/itertools | A set of iterators and utilities for working with sequences in a Nim programming language | 134 |
hamidb80/iterrr | A functional-style iterator library that generates imperative code at compile time. | 72 |
developerpaul123/periodic-function | A simple library to repeatedly call a function at a given time interval. | 28 |
nikic/iter | A set of iteration primitives using generators for flexible and lazy processing of iterables. | 1,129 |
vittorioromeo/cppnow2015 | A repository showcasing an expanded explanation of the C++ standard library function for_each_arg | 7 |
jeremy-rifkin/cpptrace | A portable C++ stacktrace library supporting various platforms and debug formats | 754 |
ryanmjacobs/c | A utility for compiling and executing C scripts in one go! | 2,107 |
rpclib/rpclib | A C++ RPC library for remote procedure call using MessagePack. | 1,728 |
r-lib/cpp11 | Enables C++ developers to interact with R objects using standard C++11 syntax and semantics | 206 |
codership/galera | A C++ library that implements synchronous multi-master replication interface for distributed databases | 452 |
hoplon/castra | A Clojure RPC library that enables asynchronous server-side function execution from client-side code. | 172 |
microsoft/cppwinrt | A language projection that allows C++ developers to access Windows Runtime APIs with standard C++17 compilers. | 1,682 |