C++ ranges

Open-source C++ projects categorized as ranges

Top 7 C++ range Projects

  1. {fmt}

    A modern formatting library

    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.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. 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-19

    Yes, 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...

  4. scnlib

    scanf for modern C++

  5. flux

    A C++20 library for sequence-orientated programming (by tcbrindle)

    Project mention: The Road to Flux 1.0 | news.ycombinator.com | 2025-10-23
  6. think-cell-library

    think-cell core library

  7. 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)

  8. words-counter-benchmarks-game

    A words counter with multiple implementations and benchmarks for each implementation

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

C++ ranges discussion

Log in or Post with

C++ ranges related posts

  • The Road to Flux 1.0

    1 project | news.ycombinator.com | 23 Oct 2025
  • C++20 – Back to the Future Meta-Programming

    2 projects | news.ycombinator.com | 15 Jul 2024
  • Why are strings and IO so complicated?

    13 projects | /r/cpp | 7 Dec 2023
  • Memory Allocation

    1 project | /r/coding | 6 Jul 2023
  • How to filter tuple at compile time, by values of its elements (instead of types) ?

    2 projects | /r/cpp | 8 Sep 2022
  • A note from our sponsor - SaaSHub
    www.saashub.com | 8 Jun 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

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

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that C++ is
the 7th most popular programming language
based on number of references?