Skip to content

Public and personal notes on allocator support for vocabulary types in c++

License

Notifications You must be signed in to change notification settings

jbcoe/allocators

Repository files navigation

A place to share what I learned about C++ allocators

codecov language license issues pre-commit

We've worked for some time on new value types for C++ and were invited to add allocator support by the C++ Standard Library Evolution Working Group.

We were advised that allocator support could not be added later, it needed to be part of the types from the beginning.

We set about learning about allocators and how to add them to our types. This repository is a collection of notes, examples and some talks about what we learned.

We spoke to many C++ experts on our journey. Wisdom is theirs, mistakes are our own.

About

Public and personal notes on allocator support for vocabulary types in c++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published