• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Neptune-Crypto / twenty-first / 18593287131
98%

Build:
DEFAULT BRANCH: master
Ran 17 Oct 2025 01:22PM UTC
Jobs 1
Files 22
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

17 Oct 2025 12:52PM UTC coverage: 96.647% (-0.05%) from 96.693%
18593287131

push

github

jan-ferdinand
refactor: Remove `Tip5::hash_*_many` functions

The functions `Tip5::hash_10_many` and `Tip5::hash_varlen_many` are only
marginally faster then their respective counterparts, and the
benchmarks that use them in real world scenarios show that the overhead
of the required setup introduces an overall slowdown. Since this means
that the functions will not be used in practice, they constitute dead
code, which is hereby removed.

The small performance improvements mentioned above are single-handedly
introduced by vectorized function `sbox_layer_x2_avx512`, which has
roughly 50% more instructions than (also vectorized) function
`sbox_layer_avx512`, but can operate on two Tip5 states simultaneously,
thereby increasing the performance of this step by ~25%. All other
steps remain identical.

Should we decide to chase these small margins in the future, we can find
the relevant inspiration in this commit.

5275 of 5458 relevant lines covered (96.65%)

73909916.04 hits per line

Jobs
ID Job ID Ran Files Coverage
1 18593287131.1 17 Oct 2025 01:22PM UTC 22
96.65
GitHub Action Run
Source Files on build 18593287131
  • Tree
  • List 22
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #18593287131
  • 2f864a1a on github
  • Prev Build on master (#18561468165)
  • Next Build on master (#18745828780)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc