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

facet-rs / facet / 19925543595
58%

Build:
DEFAULT BRANCH: main
Ran 04 Dec 2025 10:22AM UTC
Jobs 1
Files 176
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

04 Dec 2025 10:20AM UTC coverage: 57.159% (-0.1%) from 57.255%
19925543595

push

github

fasterthanlime
perf: implement dual-mode storage for VObject

Switch from sidecar HashMap<u64, usize> to direct IndexMap storage
for large objects (≥32 entries):

- Small mode: inline KeyValuePair array with linear search
- Large mode: IndexMap<VString, Value> for O(1) lookups

This improves insert performance at 16K entries from ~4.1ms to ~1.05ms
(short keys) / ~1.31ms (long keys), achieving parity with IndexMap.

Changes:
- Add LargeModeStorage wrapper with sentinel for reliable mode detection
- Update all methods to dispatch based on storage mode
- Add #[inline] attributes for cross-crate optimization
- Remove unused blake3 dev-dependency
- Expand benchmarks with IndexMap comparisons

Closes #1008

85 of 204 new or added lines in 1 file covered. (41.67%)

7 existing lines in 1 file now uncovered.

21725 of 38008 relevant lines covered (57.16%)

511.62 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
119
61.58
-12.04% facet-value/src/object.rs

Uncovered Existing Lines

Lines Coverage ∆ File
7
61.58
-12.04% facet-value/src/object.rs
Jobs
ID Job ID Ran Files Coverage
1 19925543595.1 04 Dec 2025 10:22AM UTC 176
57.16
GitHub Action Run
Source Files on build 19925543595
  • Tree
  • List 176
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 8398277d on github
  • Prev Build on main (#19925243176)
  • Next Build on main (#19926359739)
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