pub const DEFAULT_EINSUM_CACHE_CAPACITY: usize = 256;
Default capacity for Engine::einsum_cache.
Engine::einsum_cache
Each ContractionTree is typically a few KB; 256 entries ≈ under 1 MB.
ContractionTree