benedictkao / UTD

Unstandard Library for basic data structures
2 stars 0 forks source link

std::allocator defacto memory model for STL containers #11

Open chris-nee opened 1 year ago

chris-nee commented 1 year ago

Currently, all STL containers ( set, vectors, etc... ) uses allocator underneath instead of interacting with the memory directly

Example vector constructors

Should we look into allocators ?

It seems like quite a core material

chris-nee commented 1 year ago

Allocators - Memory Improvements