Single header functional iterator library

This page summarizes the projects mentioned and recommended in the original post on /r/cpp

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • iter

    Functional C++ iterator library (by NasalDaemon)

  • The way that the pipes work, is that functions like iter::map are actually xtd::bindable function objects. xtd::bindable is what enabled all of these. The dollar macro header actually enables the last call style via the pipe syntax, not the other way around.

  • stl_interfaces

    A C++14 and later CRTP template for defining iterators

  • There's this thing which, thankfully, doesn't depend on other parts of Boost. At least didn't last time I checked.

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

    c++ LINQ -like library of higher-order functions for data manipulation

  • fms_iterable

    iterators with explicit operator bool() const

  • See https://github.com/keithalewis/fms_iterable for some ideas in this direction.

  • zug

    Transducers for C++ — Clojure style higher order push/pull sequence transformations

  • SaaSHub

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

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Brad Cox creator of Objective-C passed away

    1 project | /r/apple | 23 Jan 2021
  • C++20 Idioms for Parameter Packs

    1 project | news.ycombinator.com | 27 Feb 2024
  • Ask HN: Catching Up on C++?

    1 project | news.ycombinator.com | 20 Feb 2024
  • Atomics and Concurrency

    3 projects | news.ycombinator.com | 12 Jan 2024
  • Experimenting around FP in PHP

    6 projects | dev.to | 18 Dec 2023