katra-cache 0.1.0

Katra layered persistent cache (DXIL → IR → SPIR-V → pipeline).
Documentation
  • Coverage
  • 100%
    32 out of 32 items documented0 out of 16 items with examples
  • Size
  • Source code size: 14.36 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 449.23 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 11s Average build duration of successful builds.
  • all releases: 11s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • infinityabundance/Katra3D
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • infinityabundance

katra-cache — the layered persistent cache (Katra3D §18).

Layers: 1 = DXIL identity, 2 = translated semantic IR, 3 = SPIR-V, 4 = pipeline descriptor → driver pipeline cache.

A driver update invalidates layer 4 without destroying reusable higher-level artifacts (layers 1–3). Identity is content-addressed; writes are atomic (temp + rename); the index tolerates corruption.