ranges

Open-source projects categorized as ranges

Top 11 range Open-Source Projects

  • C++ Format

    A modern formatting library

  • Project mention: C++ left arrow operator (2016) | news.ycombinator.com | 2024-03-24

    Continuation passing monads form the basis of a perfectly valid and usable software architecture and programming pattern.

    In the case of ostream and operator<<, this pattern reduces the number of intermediate objects that would otherwise be constructed.

    If you object to iostream on religious or stylistic grounds, there's always fmt which is more like Go or Python string interpolation.[0]

    0. https://fmt.dev

  • phobos

    The standard library of the D programming language (by dlang)

  • Project mention: Non-code contributions are the secret to open source success | news.ycombinator.com | 2024-02-13

    Unit-tests are built into the language, as is comment-based documentation—put those two together and you get unit-tests as documentation examples built into the language; all it takes is to put a documentation comment (which can be blank) right before a `unittest` block after a declaration.

    E.g. the examples for the D standard-library's `curry` function are just unit-tests: the docs: https://dlang.org/phobos/std_functional.html#quickindex.curr... the code: https://github.com/dlang/phobos/blob/42b8c65ccfd35c863f7cedf...

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • scnlib

    scanf for modern C++

  • Project mention: Why are strings and IO so complicated? | /r/cpp | 2023-12-07

    scnlib (https://github.com/eliaskosunen/scnlib) scanf

  • flux

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

  • Project mention: Why are strings and IO so complicated? | /r/cpp | 2023-12-07

    flux (https://github.com/tcbrindle/flux) (like ranges::views)

  • think-cell-library

    think-cell core library

  • Project mention: Inside boost::concurrent_flat_map | /r/cpp | 2023-07-07

    We at think-cell use that pattern a lot in our library.

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

  • Project mention: The Absolute Minimum Every Software Developer Must Know About Unicode in 2023 | news.ycombinator.com | 2023-10-02

    It sounds like a generic length function in Unicode in 2023 is no longer a good idea. These articles complaining about the variety of lengths in Unicode are annoying at this point. Pretty much all of them can be summed up as, "Well, it depends." And, that isn't wrong. But nerds love to argue until they are blue in the face about the One Correct Answer. Sheesh.

    This is the most interesting comparison article I have seen in years about Unicode processing in C++: https://thephd.dev/the-c-c++-rust-string-text-encoding-api-l...

    The author is also the lead on an open source C++ Unicode library called ztd.txt: https://github.com/soasis/text

  • mp

    C++17 ~~Template~~ Meta-Programming library

  • SaaSHub

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

    SaaSHub logo
  • cf-ip-ranges

    CloudFlare IP Ranges

  • staticstep

    Provides truly zero-cost alternatives to Iterator::step_by for both incrementing and decrementing any type that satisfies RangeBounds<T: Copy + Default + Step>.

  • IntervalUtility

    .Net C # utility for working with intervals, such as time periods. The utility allows you to find intersections of periods, exclude periods, etc.

  • ll

    Generic C99 Singly & Doubly Linked List Implementation with OOP, ranges, custom loops and more. (by a-p-jo)

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

ranges related posts

  • Why are strings and IO so complicated?

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

    1 project | /r/coding | 6 Jul 2023
  • Compile-Time 'Fun' with Std.ranges

    1 project | news.ycombinator.com | 29 Apr 2023
  • [C++20] Write meta-function once using STL apply to types/values/tuples/fixed_string/...

    1 project | /r/u_kris-jusiak | 13 Sep 2022
  • How to filter tuple at compile time, by values of its elements (instead of types) ?

    2 projects | /r/cpp | 8 Sep 2022
  • [C++20] New way of meta-programming?

    1 project | /r/programming | 5 Sep 2022
  • StaticStep 0.4.0: zero-overhead StepBy-like functionality for primitive RangeBounds implementors, now also with full-gamut integer overflow handling equivalent to that of StepBy

    1 project | /r/rust | 30 Dec 2021
  • A note from our sponsor - SaaSHub
    www.saashub.com | 21 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source range projects? This list will help you:

Project Stars
1 C++ Format 19,492
2 phobos 1,173
3 scnlib 955
4 flux 394
5 think-cell-library 375
6 text 299
7 mp 203
8 cf-ip-ranges 129
9 staticstep 13
10 IntervalUtility 6
11 ll 5

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