Using std::variant and std::visit to transform-reduce a (rose) tree

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
  • I've managed to write some code that works as expected and published it (along with other attempts) on Github. The actual "transform_reduce for rose tree" code is here: https://github.com/SpintroniK/cpp_variant_experiments/blob/main/reduce_rose_tree.cpp. The 'Readme' gives more details about how I managed to get there.

  • variant

    C++17 `std::variant` for C++11/14/17

  • mpark::variant and mpark::visit are faster than the gcc STL implementation.

  • 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

  • Is there an exception that I could throw if there is a path that should never run.

    1 project | /r/cpp_questions | 30 Jan 2023
  • An std::variant alternative for C++11

    1 project | /r/cpp_questions | 14 Dec 2022
  • How to implicitly convert between pointers and integral types

    1 project | /r/cpp_questions | 18 Jul 2022
  • 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