Expand description
storage.rs - Hierarchical Storage Implementation
High-performance storage backend using Hyperbolic Tree Tensors (HTT). Provides hierarchical data storage with efficient path-based access patterns and O(1) lookup operations.
§Features
- Path-based hierarchical storage structure
- Automatic directory creation
- Content-type support
- Metadata attachment
- Efficient subtree listing
- Spatial proximity queries via hyperbolic geometry
Structs§
- HTTStorage
- HTT Storage Backend implementation.