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

corebreaker / arbordb
88%
main: 98%

Build:
Build:
LAST BUILD BRANCH: finalization
DEFAULT BRANCH: main
Repo Added 12 Jul 2026 04:37AM UTC
Files 104
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

LAST BUILD ON BRANCH optimization
branch: optimization
CHANGE BRANCH
x
Reset
  • optimization
  • finalization
  • initial
  • main

12 Jul 2026 07:48AM UTC coverage: 87.514% (+0.8%) from 86.719%
33

Pull #2

circleci

corebreaker
Document the file-read clone cost and the reusable signer's long-lived key tradeoff

`WriteBuffer::file_get` now notes it clones on every call, not once per edit: the target workload is a burst of edits (each `file_put` supersedes the last) within one transaction, not reads, so a future caller looping reads over a freshly buffered value would re-clone the full blob each time and should cache the bytes itself.

`crypto::Signer` now notes the tradeoff of holding the expanded signing key for the owning session's whole life: a slightly larger long-lived secret footprint bought for the per-signature speed-up, but not a wider exposure, since the session already keeps the signing seed unencrypted for its whole life and the expanded key is trivially derivable from it.
Pull Request #2: Optimization

967 of 1017 new or added lines in 33 files covered. (95.08%)

18 existing lines in 7 files now uncovered.

8516 of 9731 relevant lines covered (87.51%)

372576.29 hits per line

Relevant lines Covered
Build:
Build:
9731 RELEVANT LINES 8516 COVERED LINES
372576.29 HITS PER LINE
Source Files on optimization
  • Tree
  • List 103
  • Changed 42
  • Source Changed 41
  • Coverage Changed 29
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
33 optimization Document the file-read clone cost and the reusable signer's long-lived key tradeoff `WriteBuffer::file_get` now notes it clones on every call, not once per edit: the target workload is a burst of edits (each `file_put` supersedes the last) within... Pull #2 12 Jul 2026 07:50AM UTC corebreaker circleci
87.51
29 optimization Address PR review: validate the scalar-write hint by structural epoch, reseal over buffered edits, and document the read memos The `fetch_mut` scalar-write hint (an already-resolved a-node key that lets an in-place patch skip re-walking the direc... Pull #2 12 Jul 2026 07:37AM UTC corebreaker circleci
87.51
25 optimization Extend the write-back cache to permissions and to file edits, and add a direct typed-to-blob encoder Rename the per-transaction DirBuffer to WriteBuffer and compile it into every build, including permissions, where a flushed directory is now seal... Pull #2 12 Jul 2026 07:00AM UTC corebreaker circleci
87.37
21 optimization Extend the write-back cache to permissions and to file edits, and add a direct typed-to-blob encoder Rename the per-transaction DirBuffer to WriteBuffer and compile it into every build, including permissions, where a flushed directory is now seal... Pull #2 12 Jul 2026 06:54AM UTC corebreaker circleci
87.37
See All Builds (12)
  • Repo on GitHub
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