- Overview
- 1. Core Storage Engine
❱
- 1.1. Repository Structure
- 1.2. Storage Architecture
- 1.3. DataStore API
- 1.4. Entry Structure and Metadata
- 1.5. Memory Management and Zero-Copy Access
- 1.6. Concurrency and Thread Safety
- 1.7. Key Indexing and Hashing
- 2. Network Layer and RPC
❱
- 2.1. WebSocket Server
- 2.2. Muxio RPC Framework
- 2.3. Native Rust Client
- 3. Python Integration
❱
- 3.1. Python WebSocket Client API
- 3.2. Building Python Bindings
- 3.3. Integration Testing
- 4. Performance Optimizations
❱
- 4.1. SIMD Acceleration
- 4.2. Payload Alignment and Cache Efficiency
- 4.3. Write and Read Modes
- 5. Extensions and Utilities
- 6. Development Guide
❱
- 6.1. Building and Testing
- 6.2. CI/CD Pipeline
- 6.3. Version History and Migration