pmr implementation in c++14

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

Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers
Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
www.nutrient.io
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. etl

    Embedded Template Library

  2. Nutrient

    Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers. Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.

    Nutrient logo
  3. InterprocessMemPool

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

  4. 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 ).

  5. libcxx

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

  6. CppCon2017Code

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

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

  7. 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