Skip to content

Commit 647e4e3

Browse files
docs: fix remaining stale numbers in README
1 parent 408114c commit 647e4e3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
Python implementation of [GCF](https://gcformat.com/) — the most token-efficient wire format for LLMs. A drop-in alternative to JSON and TOON for any structured data.
99

10-
**100% comprehension on every frontier model tested. 25.5% fewer tokens than TOON, 53% fewer than JSON across 15 datasets. 91.2% on structurally complex code graphs (vs TOON 68.2%, JSON 53.4%). 1,700+ LLM evaluations. Zero training.**
10+
**100% comprehension on every frontier model tested. 29% fewer tokens than TOON, 56% fewer than JSON across 16 datasets. 91.2% on structurally complex code graphs (vs TOON 68.2%, JSON 53.4%). 2,400+ LLM evaluations. Zero training.**
1111

1212
Docs: [gcformat.com](https://gcformat.com/) · [Playground](https://gcformat.com/playground.html) · [GCF vs TOON](https://gcformat.com/guide/vs-toon.html)
1313

@@ -181,7 +181,7 @@ Works on dicts, lists, and primitives. Lists of uniform dicts get tabular rows.
181181

182182
## Benchmarks
183183

184-
1,700+ LLM evaluations across 10 models, 3 providers, and 51 independent test runs.
184+
2,400+ LLM evaluations across 10 models, 3 providers, and 51 independent test runs.
185185

186186
| | GCF | TOON | JSON |
187187
|---|---|---|---|
@@ -190,7 +190,7 @@ Works on dicts, lists, and primitives. Lists of uniform dicts get tabular rows.
190190
| **Input tokens** (500 symbols) | **11,090** | 16,378 | 53,341 |
191191
| **Output tokens** (100 symbols) | **5,976** | 8,937 | 16,121 |
192192

193-
GCF wins 13/15 datasets on the expanded [token efficiency benchmark](https://github.com/blackwell-systems/toon/tree/gcf-comparison). Full results: [gcformat.com/guide/benchmarks](https://gcformat.com/guide/benchmarks.html)
193+
GCF wins 15/16 datasets on the expanded [token efficiency benchmark](https://github.com/blackwell-systems/toon/tree/gcf-comparison). Full results: [gcformat.com/guide/benchmarks](https://gcformat.com/guide/benchmarks.html)
194194

195195
## Implementations
196196

@@ -211,7 +211,7 @@ GCF wins 13/15 datasets on the expanded [token efficiency benchmark](https://git
211211

212212
**Zero runtime dependencies. Permanently.** All six implementations depend only on their language's standard library. No transitive dependencies. No supply chain risk. This is a permanent commitment: GCF will never take on external runtime dependencies. MIT licensed. All implementations support both generic profile (`encodeGeneric`) and graph profile (`encode`). CLI included in all 6 languages.
213213

214-
**Specification:** [SPEC v3.1 Stable](https://github.com/blackwell-systems/gcf/blob/main/SPEC.md) with 157 conformance fixtures, 33,000,000,000+ lossless round-trips verified across 5 formats and 6 languages. All implementations at v2.1.0+ (Go v1.2.0). Cross-language 6x6 matrix verified.
214+
**Specification:** [SPEC v3.2 Stable](https://github.com/blackwell-systems/gcf/blob/main/SPEC.md) with 173 conformance fixtures, 43,000,000,000+ lossless round-trips verified across 5 formats and 6 languages. All implementations at v2.2.0+ (Go v1.3.0). Cross-language 6x6 matrix verified.
215215

216216
## License
217217

0 commit comments

Comments
 (0)