Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev. Learn more →
Top 5 C++ Range Projects
-
What you are describing seems to be std::ranges. If you’re interested in understanding how to implement it, I recommend checking out the original reference implementation, rangev3. Trying to implement your own ranges framework is really good practice for learning how to do efficient, advanced generic programming in C++. I highly recommend it as a hobby learning project. But it’s also really, really hard to do correctly, so please just use the stdlib and/or rangev3 in any real project.
-
Hoogle is really amazing!
Inspired by it, I implemented something similar for FunctionalPlus (a functional-programming library for C++): https://www.editgym.com/fplus-api-search/
I'd love to see more projects taking this path too. :)
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
-
-
HCSR04
Arduino library for HC-SR04, HC-SRF05, DYP-ME007, BLJ-ME007Y, JSN-SR04T ultrasonic ranging sensor
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
C++ Range related posts
- Java Streams in c++
- What are some of the ways to make a super nasty nested loop become clean?
- 295 pages on Initialization in Modern C++ :)
- Function composition in modern C++
- PocketPy: A Lightweight(~5000 LOC) Python Implementation in C++17
- C++ algorithm helpers - kdalgorithms
- Is there an <algorithm> way to filter + transform multiple containers at once
-
A note from our sponsor - Onboard AI
getonboard.dev | 30 Nov 2023
Index
What are some of the best open-source Range projects in C++? This list will help you:
Project | Stars | |
---|---|---|
1 | range-v3 | 3,891 |
2 | FunctionalPlus | 1,905 |
3 | NanoRange | 347 |
4 | rangeless | 190 |
5 | HCSR04 | 30 |