diff options
| author | Fuwn <[email protected]> | 2026-02-28 04:52:17 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-02-28 04:52:17 -0800 |
| commit | bb02fa43e5776e3d7b95cb47f0594eb4bd7f907f (patch) | |
| tree | 9d2e2f49c2e0cb9e153ca266d10b9b610e38c771 /README.md | |
| parent | build(task): add multi-arch docker build targets (diff) | |
| download | plutia-test-bb02fa43e5776e3d7b95cb47f0594eb4bd7f907f.tar.xz plutia-test-bb02fa43e5776e3d7b95cb47f0594eb4bd7f907f.zip | |
docs: refine user-facing wording for clarity and consistency
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -10,8 +10,8 @@ Plutia is a deterministic, verifiable PLC mirror for `plc.directory` with signed - Deterministic canonical operation handling and signature-chain verification. - Signed Merkle checkpoints and DID inclusion proof API. - Corruption detection and restart-safe ingestion. -- High-density storage scaling around ~1.2KB/op in benchmarked runs. -- ~45x faster than naive replay in benchmarked runs. +- Measured storage in benchmarked runs is about 1.2 KB per operation. +- Benchmarked replay throughput is about 45x higher than naive replay in the same test setup. ## Trust Model @@ -54,7 +54,7 @@ docker build \ -t plutia:local . ``` -In a second terminal, generate the mirror signing key inside the running container: +In another terminal, generate the mirror signing key inside the running container: ```bash docker compose -f docker-compose.yml -f docker-compose.dev.yml exec plutia /app/plutia keygen --out=/var/lib/plutia/mirror.key |