docs.rs failed to build runmat-snapshot-0.3.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
runmat-snapshot-0.4.4
RunMat Snapshot Creator
High-performance snapshot system for preloading the RunMat standard library. Inspired by V8's snapshot architecture, this provides:
- Zero-copy serialization with memory mapping
- Multi-tier compression with LZ4 and ZSTD
- Integrity validation with SHA-256 checksums
- Concurrent loading with lock-free data structures
- Progressive enhancement with fallback mechanisms
Architecture
┌─────────────────┐ ┌──────────────────┐ ┌─────────────────┐
│ Standard Lib │ -> │ Snapshot │ -> │ Runtime │
│ Components │ │ Generator │ │ Loader │
│ │ │ │ │ │
│ • Builtins │ │ • Serialization │ │ • Memory Map │
│ • HIR Cache │ │ • Compression │ │ • Validation │
│ • Bytecode │ │ • Validation │ │ • Integration │
│ • GC Presets │ │ • Optimization │ │ • Performance │
└─────────────────┘ └──────────────────┘ └─────────────────┘