Module adaptive_memory_compression

Module adaptive_memory_compression 

Source
Expand description

Adaptive Memory Compression for Advanced-Large Sparse Matrices

This module provides advanced memory management and compression techniques specifically designed for handling advanced-large sparse matrices that exceed available system memory.

Structs§

AdaptiveCompressionConfig
Configuration for adaptive memory compression
AdaptiveMemoryCompressor
Adaptive memory compression manager
BlockId
Block identifier
CompressedBlock
Compressed block of matrix data
CompressedMatrix
Compressed sparse matrix representation
CompressionMetadata
Compression metadata
CompressionStats
Statistics for compression operations
MemoryStats
Memory usage statistics

Enums§

BlockType
Type of data stored in a block
CompressionAlgorithm
Compression algorithms for sparse matrix data