Avatar for the alloy-rs user
alloy-rs
ruint
BlogDocsChangelog

Performance History

Latest Results

review: collapse _big shift guards into usize::try_from, fix zero overflow flag Per review: a shift amount that fails usize::try_from is necessarily > usize::MAX >= BITS, so the separate u64 narrowing and rhs >= BITS guard were redundant with overflowing_shl/shr's own handling. Also return !self.const_is_zero() instead of true on that path — shifting zero sheds no non-zero bits, so it must not report overflow. Renames the correctness_8_7_2026_* tests to regression_*. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
prestwich/fix-shift-overflow-flags
20 hours ago
Merge branch 'main' into dani/agent-guidelines
dani/agent-guidelines
10 days ago
refactor: append decimal chunks as bytes
dani/uint-to-string
11 days ago

Latest Branches

CodSpeed Performance Gauge
-11%
fix: overflowing_shl/overflowing_shr overflow-flag false negatives#603
10 days ago
274898a
prestwich/fix-shift-overflow-flags
CodSpeed Performance Gauge
-10%
12 days ago
a586e43
Qumeric:perf/inline-eq-iszero
CodSpeed Performance Gauge
-10%
docs: add agent guidelines#618
10 days ago
96dd35f
dani/agent-guidelines
© 2026 CodSpeed Technology
Home Terms Privacy Docs