Documentation Index
Fetch the complete documentation index at: https://docs.bitfield.so/llms.txt
Use this file to discover all available pages before exploring further.
Reference
Claim ledger.
The claim ledger is the public checklist that keeps speed numbers honest.
What this is
Claim ledger = the structured list of public benchmark claims.Each claim has a number, a unit, a measured category, a mechanism, and a list of things the number does not claim.Required fields
| Field | Meaning |
|---|---|
id | Stable internal docs ID for the claim row. |
publicLabel | The phrase readers see. |
value | The number. |
unit | What the number is counted in. |
category | The job measured, such as warm-local-read or durable-batch-write. |
mechanismCategories | Public mechanism families that explain the claim. |
disclosureTier | The public detail level. Current proof rows use public-mechanism-category. |
mechanism | Plain sentence explaining why this category can have this number. |
notClaiming | The boundaries. This stops readers from comparing unlike jobs. |
forbiddenPublicDetails | Private details that public docs must not expose. |
publicUse | The public pages that are allowed to use the claim. |
Current category names
| Category | Meaning |
|---|---|
warm-local-read | Local read when the needed bytes are already warm and no network request is included. |
content-address-lookup | Local lookup where Bitfield resolves a content identity before reading. |
durable-batch-write | Saved-write work measured across a batch. |
batched-write-ceiling | Ceiling number for an optimized full-batch path. |