What are some use cases of using shared_ptr in a single threaded program?

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

    Header-only TOML config file parser and serializer for C++17.

  • I use them in toml++ to store the path of the source document for all the data nodes parsed from that document. Storing it as a separate std::string allocation for every single object would have been very wasteful, and the alternative would have been to make an overall document class that owned everything, which I didn't want to do, so shared_ptr was a good compromise.

  • 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

  • how to handle config files in c++?

    2 projects | /r/cpp_questions | 6 Mar 2023
  • Poxy - a Doxygen frontend - v0.9.0 released

    3 projects | /r/cpp | 3 Oct 2022
  • Preferred way to read in application settings/config in C++

    1 project | /r/cpp_questions | 5 Sep 2022
  • toml++ v3.2.0 released

    4 projects | /r/cpp | 29 Aug 2022
  • CMake for toml not working

    1 project | /r/cpp | 21 Aug 2022