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

boostorg / pfr / 11340643499
100%

Build:
DEFAULT BRANCH: develop
Ran 15 Oct 2024 06:44AM UTC
Jobs 1
Files 21
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

15 Oct 2024 06:39AM UTC coverage: 100.0%. Remained the same
11340643499

push

github

web-flow
Micro-optimize PFR fields detection (#188)

* Start upper bound fields search from `4` fields, to avoid slow startup on typical workloads
* Inline the `fields_count_binary_search_unbounded` function to reduce template instantiations depth by 1
* Renamed `min` to `min_of_size_t` to avoid weired syntax
* Applied idea of better error reporting from #120
* Do not start fields count computation if one of the static asserts failed. That speedups error reporting in edge cases
* Use `std::*_t` versions of traits as they are faster in some implementations
* Rewrite binary search to simplify it and to avoid degradation to linear search on types that have constructor from variadic pack
* Remove default template parameters to simplify code

As a result, the whole test suite now runs 10%-25% faster on MSVC, ~20% faster on Clang, and 7%-20% faster on GCC.

407 of 407 relevant lines covered (100.0%)

9346.72 hits per line

Jobs
ID Job ID Ran Files Coverage
1 11340643499.1 15 Oct 2024 06:44AM UTC 0
100.0
GitHub Action Run
Source Files on build 11340643499
Detailed source file information is not available for this build.
  • Back to Repo
  • 469ac134 on github
  • Prev Build on develop (#11253776824)
  • Next Build on develop (#11340666695)
  • Delete
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