DynaMix 2.0.0 Released

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

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

    :fish_cake: A new take on polymorphism

  • The thing is, that if something can be done with vanilla C++ polymorphism, virtual functions and inheritance, the DynaMix equivalent will look clunky and bloated. For example, you can see the exact same thing implemented with virtual functions and inheritance, with std::function and with DynaMix in the unicast benchmark

  • Folly

    An open-source C++ library developed and used at Facebook.

  • https://github.com/facebook/folly/blob/master/folly/docs/Poly.md Folly.Poly

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • polytail

    Rust-like trait-based polymorphism for C++

  • AnyAny

    C++17 library for comfortable and efficient dynamic polymorphism

  • dyno

    Runtime polymorphism done right

  • glaze

    Extremely fast, in memory, JSON and interface library for modern C++

  • entt

    Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more

  • You can think of DynaMix as combining one of these libraries with an ECS like entt(https://github.com/skypjack/entt)

  • 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