There are 1 repository under ranges topic.
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
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.
Companion source code for "Programming with C++20 - Concepts, Coroutines, Ranges, and more"
Code samples from Teach Yourself C++ In One Hour a Day, Ninth Edition by Siddhartha Rao. Released in 2022 this book uses nearly 300 code samples to explain the most modern C++ language features including C++20 and C++23
A library for parsing/building frame ranges and sequences. A port of the python fileseq library, for Go and C++(https://github.com/justinfx/fileseq)
Laravel package for PostgreSQL range types support
C++ MPSC-Channel, Thread-safe container for sharing data between threads
Primer for C++ Concepts
BioC++ core library (alphabet, meta, ranges)
Learning how to write "Less Slow" code in Rust, from numerical micro-kernels to coroutines, ranges, and polymorphic state machines
Allow you to manipulate a group of ranges. Such as merging overlapping ranges, doing ranges union, intersection, difference, and so on.
Light Javascript date and time utilities (formatting, ranges e.t.c)
A words counter with multiple implementations and benchmarks for each implementation
A small package to allow using resume during transfering data over MVC application in ASP.NET Core.
Work with the AWS IP address ranges in native Python.
Provides truly zero-cost alternatives to Iterator::step_by for both incrementing and decrementing any type that satisfies RangeBounds<T: Copy + Default + Step>.
C++26 STL for C++14~ developers
Type safe Option, Result and Vector from the Rust programming language
.Net C # utility for working with intervals, such as time periods. The utility allows you to find intersections of periods, exclude periods, etc.