Java Streams in c++

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
  • range-v3

    Range library for C++14/17/20, basis for C++20's std::ranges

  • What you are describing seems to be std::ranges. If you’re interested in understanding how to implement it, I recommend checking out the original reference implementation, rangev3. Trying to implement your own ranges framework is really good practice for learning how to do efficient, advanced generic programming in C++. I highly recommend it as a hobby learning project. But it’s also really, really hard to do correctly, so please just use the stdlib and/or rangev3 in any real project.

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

  • 295 pages on Initialization in Modern C++ :)

    1 project | /r/cpp | 30 Mar 2023
  • Is there an <algorithm> way to filter + transform multiple containers at once

    1 project | /r/cpp_questions | 22 Oct 2022
  • CXXIter: A chainable c++20 LINQ-like iterator library

    5 projects | /r/cpp | 3 Jan 2022
  • CPPItertools: Implementation Of Python's Itertools For C++

    2 projects | /r/cpp | 29 Nov 2021
  • Overview of different ways of passing struct members

    1 project | /r/cpp | 9 Oct 2021