docs.rs failed to build vortex-jit-0.2.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.
VORTEX JIT — Rust Bindings
Safe Rust bindings for the VORTEX JIT compiler, a profile-guided optimizing JIT with features no production JIT has:
- Input-shape-keyed profiles (Sprint 4) — the novel differentiator
- Phase-aware profile partitioning (Sprint 2)
- Ensemble profiles with robust aggregation (Sprint 3)
- T1 code persistence — cold-start killer (Sprint 5)
- Append-only crash-safe profile patching (Sprint 6)
- Confidence-gated tier promotion (Sprint 1)