BobTheBuidler
cchecksum
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
chore(deps): update dependency pytest-codspeed to >=4.3,<4.4
renovate/pytest-codspeed-4.x
6 days ago
chore(deps): update dependency web3 to v7.14.1
renovate/web3-7.x
12 days ago
perf: specialize keccak for 40-byte checksum inputs (#214) * perf: specialize keccak for 40-byte inputs for faster checksums * refactor: drop legacy keccak header to avoid duplicate API * chore: compile C files for source control (#215) Co-authored-by: BobTheBuidler <70677534+BobTheBuidler@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
master
18 days ago
chore: compile C files for source control (#215) Co-authored-by: BobTheBuidler <70677534+BobTheBuidler@users.noreply.github.com>
keccak-256-40-20260128090456
18 days ago
refactor: drop legacy keccak header to avoid duplicate API
keccak-256-40-20260128090456
18 days ago
chore: compile C files for source control (#213)
master
18 days ago
perf: skip OpenMP prange for small batches Summary add a PRANGE_THRESHOLD gate so to_checksum_address_many uses a serial loop for small batches and prange for larger batches in both packed and sequence paths add inline comments at the loop sites and near the threshold constant to explain the OpenMP-overhead rationale and benchmark provenance mirror the comments in the generated C output for traceability Rationale small batches pay more OpenMP scheduling overhead than they gain from parallelism, so a serial fast path improves performance and clarity for maintainers Details introduced a benchmark-driven threshold and explicit serial/prange split documented the “temporary heuristic” nature of the threshold, noting it may vary with hardware/runtime/OpenMP behavior
BobTheBuidler-patch-1
18 days ago
perf: use hex lookup tables for checksum normalization (#210) * perf: add hex lookup tables to speed checksum normalization * chore: compile C files for source control (#211) Co-authored-by: BobTheBuidler <70677534+BobTheBuidler@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
master
18 days ago
Active Branches
chore(deps): update dependency pytest-codspeed to >=4.3,<4.4
last run
6 days ago
#217
CodSpeed Performance Gauge
0%
chore(deps): update dependency web3 to v7.14.1
last run
12 days ago
#216
CodSpeed Performance Gauge
0%
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs