range-v3
Data processor
A C++ library providing a composable and expressive way to work with data structures by abstracting over iterators and algorithms.
Range library for C++14/17/20, basis for C++20's std::ranges
4k stars
154 watching
439 forks
Language: C++
last commit: about 2 months ago
Linked from 2 awesome lists
c-plus-plusiteratorproposalrangerange-library
Related projects:
Repository | Description | Stars |
---|---|---|
kassane/range-v3 | A library that extends C++'s Standard Template Library with composable range abstractions for more powerful and flexible iteration | 0 |
cor3ntin/rangesnext | A C++ library implementing ranges for C++23 with support for views, iterators, and generators | 76 |
tcbrindle/numeric_ranges | Provides C++20 numeric algorithms for ranges | 30 |
tcbrindle/nanorange | An implementation of the C++20 Ranges proposals in a single header library | 358 |
delta456/range | A library for creating numeric ranges in Vlang with various iteration options and memory management strategies. | 33 |
anthonycalandra/modern-cpp-features | A resource for learning modern C++ language and library features | 19,757 |
caseycarter/cmcstl2 | An implementation of C++ ranges with support for the One Ranges Proposal | 222 |
isocpp/cppcoreguidelines | A collection of guidelines and best practices for writing modern C++ code. | 42,842 |
boostorg/multiprecision | A C++ library that provides high-range and precision number types with interoperability capabilities | 198 |
seanbaxter/circle | A C++ compiler project that provides a new versioning mechanism and a set of advanced features to improve the language's safety, productivity, and flexibility. | 2,402 |
fragglet/c-algorithms | A collection of commonly used algorithms in C. | 3,350 |
microsoft/stl | The Microsoft C++ Standard Library implementation | 10,204 |
ast-al/rangeless | A LINQ-like library of higher-order functions for data manipulation in C++ | 194 |
stillwater-sc/universal | A header-only C++ template library providing custom arithmetic plug-in types for mixed-precision algorithm development and optimization in AI, Machine Learning, and other fields. | 410 |
mpark/variant | An implementation of C++17 std::variant for C++11/14/17 | 669 |