pmr implementation in c++14

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

    Embedded Template Library

  • InterprocessMemPool

    c++ library for interprocess memory pools, communication, and automatic network device discovery. lightweight DDS alternative.

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

    mimalloc is a compact general purpose allocator with excellent performance.

  • If you are fine with heap allocations then there are only few dozens operator new/delete to override to regain control over normal C++ code memory use. Allocators and STL all need to call those. At least that's what gaming does on all platforms. If you need examples you can check Mimalloc on github ( https://github.com/microsoft/mimalloc/blob/master/include/mimalloc-new-delete.h ).

  • libcxx

    Discontinued Project moved to: https://github.com/llvm/llvm-project

  • CppCon2017Code

    Code for the talk, "Allocators: the Good Parts", at CppCon2017

  • This: https://github.com/phalpern/CppCon2017Code

  • llvm-project

    The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.

  • a) That link is outdated. The up-to-date repo is https://github.com/llvm/llvm-project

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