tiny.simd.CuckooBuildStats
Defined in tiny.simd.
API (7)
Fields and members
Public fields and members.
attemptscollect_path_cost_statsglobal_seednum_primarynum_unmatched_after_greedypaths_per_path_costsuccess
Source
Source: lib/simd/src/cuckoo/builder.zig:19
zig
pub const CuckooBuildStats = struct { success: bool = false, num_primary: u32 = 0, global_seed: u32 = 0, attempts: u32 = 0, num_unmatched_after_greedy: u32 = 0, collect_path_cost_stats: bool = false, paths_per_path_cost: []const u32 = &.{},};Source: lib/simd/src/root.zig:597
zig
pub const CuckooBuildStats = cuckoo.CuckooBuildStats;Also reachable as
Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 7 |
| Version | 26.7.0 |
| Revision | daab053ee433 |