vyre-self-substrate 0.6.1

Vyre self-substrate: vyre using its own primitives on its own scheduler problems. The recursion-thesis layer between vyre-primitives and vyre-driver.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! Data-structure, provenance, and substrate encoding modules.

pub mod bitset_compression;
pub mod bitset_mask_algebra;
pub mod bitset_summary;
pub mod bitset_transform_pipeline;
pub mod matching_diagnostic_compaction;
pub mod matroid_exact_megakernel;
pub mod matroid_megakernel_scheduler;
pub mod nn_attention_paging;
pub mod parsing_dispatch_pipeline;
pub mod reduce_dispatch_pipeline;
pub mod reduction_metrics;
pub mod scallop_provenance;
pub mod scallop_provenance_wide;
pub mod vsa_fingerprint;