SaaSHub helps you find the best software and product alternatives Learn more →
Top 7 C++ range Projects
-
Project mention: Floating-Point Printing and Parsing Can Be Simple and Fast | news.ycombinator.com | 2026-01-20
It is possible to compress the table using the technique from Dragonbox (https://github.com/fmtlib/fmt/blob/8b8fccdad40decf68687ec038...) at the cost of some perf. It's on my TODO list for zmij.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
less_slow.cpp
Playing around "Less Slow" coding practices in C++ 20, C, CUDA, PTX, & Assembly, from numerics & SIMD to coroutines, ranges, exception handling, networking and user-space IO
Project mention: Processing Strings 109x Faster Than Nvidia on H100 | news.ycombinator.com | 2025-09-19Yes, at the scale of 128-bit registers NEON is mostly enough, except for a few categories of instructions missing in that ISA subset, like scatter/gather ops, that can yield 30% boost over serial memory accesses: https://github.com/ashvardanian/less_slow.cpp/releases/tag/v...
-
-
-
-
text
A spicy text library for C++ that has the explicit goal of enabling the entire ecosystem to share in proper forward progress towards a bright Unicode future. (by soasis)
-
words-counter-benchmarks-game
A words counter with multiple implementations and benchmarks for each implementation
C++ ranges discussion
C++ ranges related posts
-
The Road to Flux 1.0
-
C++20 – Back to the Future Meta-Programming
-
Why are strings and IO so complicated?
-
Memory Allocation
-
How to filter tuple at compile time, by values of its elements (instead of types) ?
-
A note from our sponsor - SaaSHub
www.saashub.com | 8 Jun 2026
Index
What are some of the best open-source range projects in C++? This list will help you:
| # | Project | Stars |
|---|---|---|
| 1 | {fmt} | 23,541 |
| 2 | less_slow.cpp | 1,913 |
| 3 | scnlib | 1,313 |
| 4 | flux | 742 |
| 5 | think-cell-library | 457 |
| 6 | text | 335 |
| 7 | words-counter-benchmarks-game | 17 |