Metall  v0.28
A persistent memory allocator for data-centric analytics
csr_using_vector.hpp File Reference
#include <memory>
#include <boost/container/vector.hpp>

Go to the source code of this file.

Classes

class  csr_using_vector< index_t, vid_t, allocator_t >
 Simple CSR graph data structure that can take a custom C++ allocator and be stored in persistent memory This class uses vector containers to allocate internal arrays. More...