Module memory

Source

Structs§

CacheConfig
Cache configuration parameters
CacheEntry
Cache entry with metadata
CacheOptimizedStorage
Cache-optimized storage for hot graph data Implements intelligent caching strategies
CacheStats
Cache performance statistics
GraphAllocator
Custom allocator for graph operations
GraphMetadata
Graph metadata for memory-mapped storage
MemoryMappedGraph
Memory-mapped graph storage for handling massive graphs Provides efficient disk-backed storage with OS-level caching
MemoryPool
High-performance memory pool for graph operations Uses cache-aligned allocations and memory pooling
MemoryStats
Memory usage statistics

Enums§

CacheData
Cached data types
CacheKey
Cache key for storing graph elements
EvictionPolicy
Cache eviction policies
PrefetchStrategy
Prefetch strategies for predictive caching