Expand description
Custom allocators tuned for graph database workloads.
These allocators give you better performance than the global allocator for specific patterns. Pick the right one for your use case:
Re-exports§
pub use arena::Arena;pub use arena::ArenaAllocator;pub use buffer::BufferManager;pub use buffer::BufferManagerConfig;pub use buffer::BufferStats;pub use buffer::MemoryConsumer;pub use buffer::MemoryGrant;pub use buffer::MemoryRegion;pub use buffer::PressureLevel;pub use bump::BumpAllocator;pub use pool::ObjectPool;