EasyIterator
Iterator toolkit
A library that simplifies C++ iterator design and usage by providing abstractions and boilerplate reduction.
🏃 Iterators made easy! Zero cost abstractions for designing and using C++ iterators.
138 stars
7 watching
8 forks
Language: C++
last commit: about 1 month ago
Linked from 1 awesome list
advancealgorithmsbenchmarkboilerplatecpluspluscppenumerateiteratoriteratorsloopsnextpythonicrangereversesimple
Related projects:
Repository | Description | Stars |
---|---|---|
juliendelplanque/iterators | Implementations of iterators for Pharo's collections | 9 |
hamidb80/iterrr | A functional-style iterator library that generates imperative code at compile time. | 72 |
mattpd/cpplinks | A categorized list of C++ resources and tools | 4,557 |
soerendd/delaunator-cpp | A fast C++ library for Delaunay triangulation of 2D points | 0 |
yaa110/goterator | An iterator implementation providing map and reduce functionalities for data processing in Go. | 16 |
chriswailes/rltk | A toolkit for building lexers, parsers, and abstract syntax trees in Ruby, with features such as re-entrant code, flexible lexer/parser definitions, and LLVM bindings. | 453 |
ivoputzer/cli-args-parser-kata | Implementing a CLI arguments parser to process input in various formats | 5 |
sebastianbiallas/ht | A tool for analyzing and editing executable files | 411 |
codedot/lambda | An implementation of lambda calculus using interaction nets, providing a CLI and API. | 45 |
kpeeters/tree.hh | An STL-like C++ header-only tree class with n-ary structure and various iterator types. | 133 |
richardlitt/lrl | Developing tools and scripts to extract data from low-resource languages, focusing on language processing and machine learning applications. | 2 |
islam0mar/cl-cxx-jit | A Common Lisp interface to C++ code compilation and execution with JIT optimization | 62 |
hpclab/quickrank | A collection of efficient Learning-to-Rank algorithms implemented in C++ | 131 |
ryanhaining/cppitertools | A C++ implementation of Python's itertools and related iteration functions. | 1,369 |
derkreature/iblbaker | A tool for generating and authoring physically based shading materials | 771 |