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.
Proof
Benchmark ledger.
Every number here names the work category. That is the only honest way to compare speed.
Warm local readThe data is local and warm, so Bitfield can read known local bytes without sending a request to a separate database process.
Content address lookupBitfield first resolves the data fingerprint, then reads the bytes.
Batched write ceilingThe optimized write path divided across a full batch. Useful as a ceiling, not the same as every saved-write comparison.
Durable batch write comparisonA conservative saved-write comparison that includes more of the durable write contract.
What these numbers do not say
- They do not say cold storage is sub-nanosecond.
- They do not say the internet has zero cost.
- They do not say every database benchmark measures the same job.
- They do not say one isolated write and a full batch have the same wall-clock shape.