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

Performance History

Latest Results

chore: release 0.9.5 (#136)
main
29 days ago
chore: release 0.9.5
dani/v0.9.5
29 days ago
fix(proof): reject truncated exclusion proofs
mablr:fix/reject_truncated_exclusion_proofs
1 month ago
perf: rewrite RlpNode internals with manual u8 length + MaybeUninit buffer (#133) * perf: rewrite RlpNode internals with manual u8 length + MaybeUninit buffer Replace ArrayVec<u8, 33> (u32 length + padding) with a hand-rolled u8 length + [MaybeUninit<u8>; 33] buffer. This makes RlpNode Copy, shrinks it from 40 to 34 bytes, and removes the arrayvec dependency. Also makes from_raw, word_rlp, as_slice, and as_mut_slice const. Amp-Thread-ID: https://ampcode.com/threads/T-019c8eb1-413e-717f-a722-57821ddc543b Co-authored-by: Amp <amp@ampcode.com> * chore: remove unnecessary doc comment Amp-Thread-ID: https://ampcode.com/threads/T-019c8eb1-413e-717f-a722-57821ddc543b Co-authored-by: Amp <amp@ampcode.com> * chore: remove unnecessary comment Amp-Thread-ID: https://ampcode.com/threads/T-019c8eb1-413e-717f-a722-57821ddc543b Co-authored-by: Amp <amp@ampcode.com> * fix: replace panicking serde impl with proper error handling Amp-Thread-ID: https://ampcode.com/threads/T-019c8eb1-413e-717f-a722-57821ddc543b Co-authored-by: Amp <amp@ampcode.com> * refactor: use derive for Copy and Clone Amp-Thread-ID: https://ampcode.com/threads/T-019c8eb1-413e-717f-a722-57821ddc543b Co-authored-by: Amp <amp@ampcode.com> * fix: no_std compatible serde impl Amp-Thread-ID: https://ampcode.com/threads/T-019c8eb1-413e-717f-a722-57821ddc543b Co-authored-by: Amp <amp@ampcode.com> * fix: resolve clippy errors from RlpNode being Copy - Add Copy to ExtensionNode (now possible since RlpNode is Copy) - Remove needless borrow in ExtensionNode::Debug - Add const to deprecated word_rlp fn - Remove clone_on_copy in test Amp-Thread-ID: https://ampcode.com/threads/T-019c8eb1-413e-717f-a722-57821ddc543b Co-authored-by: Amp <amp@ampcode.com> * refactor: replace Copy derive with manual Clone via ptr::read Amp-Thread-ID: https://ampcode.com/threads/T-019c8eb1-413e-717f-a722-57821ddc543b Co-authored-by: Amp <amp@ampcode.com> --------- Co-authored-by: Amp <amp@ampcode.com>
main
1 month ago

Latest Branches

CodSpeed Performance Gauge
+15%
chore: release 0.9.5#136
29 days ago
9c5a16b
dani/v0.9.5
CodSpeed Performance Gauge
+4%
fix(proof): reject truncated exclusion proofs#134
1 month ago
622ae9c
mablr:fix/reject_truncated_exclusion_proofs
CodSpeed Performance Gauge
+14%
© 2026 CodSpeed Technology
Home Terms Privacy Docs