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

freeeve / roaringrange / 27321540146
65%

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

11 Jun 2026 03:20AM UTC coverage: 85.137%. Remained the same
27321540146

push

github

freeeve
feat(rust): out-of-core full-corpus RRSB builder + bm25_query harness

build_impacts builds a .rrb over an RRSR record store and its finished .rrt
without holding the corpus stats in RAM: doc-chunked spill of term-sorted
(doc, tf) runs (resumable — complete run files are skipped), then a k-way
merge in lockstep with a streaming dictionary scan, failing loudly on any
dictionary/run divergence. Quantization and layout share the in-RAM writer's
code (bm25 format constants and quantize_impact are now pub), and --selftest
proves both paths byte-identical on a synthetic corpus. Verified on the
first 1M real docs against openalex-1m-stem.rrt (89 s, 72 MB sidecar, all
531,680 dictionary terms matched).

TermIndex gains dict_block_locs + parse_dict_block (streaming dictionary
scan for vocabularies too large to materialize — the 484M corpus has ~187M
terms) and Tokenizer gains spec() so build tooling can construct identical
per-thread tokenizers. bm25_query is a local .rrt+.rrb query harness;
build_global_bloom and build_trigram_splitset get their missing example
feature gates.

653 of 767 relevant lines covered (85.14%)

11.68 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27321540146.1 11 Jun 2026 03:20AM UTC 7
85.14
GitHub Action Run
Source Files on build 27321540146
  • Tree
  • List 7
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27321540146
  • 8a772f5c on github
  • Prev Build on main (#27319947468)
  • Next Build on main (#27322005798)
  • 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