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

freeeve / roaringrange / 27391924006
85%

Build:
DEFAULT BRANCH: main
Ran 12 Jun 2026 03:09AM UTC
Jobs 1
Files 9
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

12 Jun 2026 03:08AM UTC coverage: 85.562%. Remained the same
27391924006

push

github

freeeve
feat(rust): TermIndexStreamWriter + slice_term_monolith — geometric splits at disk speed

The batch RRTI writer is now a thin wrapper over a streaming writer (terms
pushed in sorted order, postings region streamed to the caller's sink, dict
blocks resident) — the existing goldens prove the refactor byte-identical.
parse_dict_block gains head_size so a sequential consumer can pace a
lockstep read of the postings region.

slice_term_monolith builds a term split set by SLICING the monolith .rrt
along doc ranges instead of re-tokenizing the corpus: one sequential pass
over dictionary + postings fanned into N streaming split writers — the
shared rank-ordered doc-ID space makes a split's posting the monolith
posting restricted to [lo, hi), rebased. Doubling doc-count ranges mirror
the builders' byte_cap_max tiering. --selftest proves builder and slicer
emit byte-identical split sets given the same ranges. (The greedy
TermSplitSetBuilder degrades badly at multi-GiB caps — its open-split map
ran at ~1.9K docs/s, a 71 h full-corpus ETA; the slice is ~disk speed.)

966 of 1129 relevant lines covered (85.56%)

28.47 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27391924006.1 12 Jun 2026 03:09AM UTC 9
85.56
GitHub Action Run
Source Files on build 27391924006
  • Tree
  • List 9
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27391924006
  • ef615ec0 on github
  • Prev Build on main (#27391395614)
  • Next Build on main (#27392004743)
  • 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