tiny.arrange.Work
Defined in tiny.arrange.
API (6)
Fields and members
Public fields and members.
Source
Source: lib/arrange/src/compute.zig:21
zig
pub const Work = struct { node_entries: usize = 0, child_visits: usize = 0, line_formations: usize = 0, size_cache_hits: usize = 0, size_cache_misses: usize = 0, size_cache_conflicts: usize = 0,};Source: lib/arrange/src/root.zig:41
zig
pub const Work = compute.Work;Audit
| Definitions | 1 |
|---|---|
| Public names | 1 |
| Members | 6 |
| Version | 26.7.0 |
| Revision | daab053ee433 |