Commit graph

3 commits

Author SHA1 Message Date
CPerezz
63660b25d8
core: lock down state.ReadDurations.Add merge primitive 2026-05-01 00:49:43 +02:00
CPerezz
1afcea992c
core/state: change StateCounts.Add to value receiver
The struct is 80 bytes (10 ints) — value semantics matches the type's
"snapshot, safe to pass by value" thesis stated in its doc comment, and
removes three unnecessary &-takings at call sites. No behavior change.
2026-04-30 14:03:23 +02:00
CPerezz
ae69e96efd
core: extend slow-block JSON shape test with state_writes, cache, state_read_ms 2026-04-30 14:03:23 +02:00