can someone explain? | C3646 | C4430

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • axl.util

    Discontinued A simple C++ utilities library.

  • You didn't make things clear but her goes nothing. When using std::vector if you are storing objects and not pointers then you have to deal with copying and destructing many times. Because, each time you add or remove an object from the vector, it creates so many copies of your objects. I recommend you use pointers to store your objects, or use something like my data structure library. https://github.com/Defalt8/axl.util/blob/main/include/axl.util/ds/List.hpp

  • 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