Skip to content

Commit 408114c

Browse files
docs: update README numbers for v3.2 (15/16 wins, 29%, 173 fixtures)
1 parent 98f53ab commit 408114c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 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. 90.7% on structurally complex code graphs (vs TOON 68.5%, JSON 53.6%). 1,700+ LLM evaluations. Zero training.**
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.**
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

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

186186
| | GCF | TOON | JSON |
187187
|---|---|---|---|
188-
| **Comprehension** (23 runs, 10 models) | **90.7%** | 68.5% | 53.6% |
188+
| **Comprehension** (23 runs, 10 models) | **91.2%** | 68.2% | 53.4% |
189189
| **Generation** (28 runs, 9 models) | **5/5** | 1.0/5 | 5.0/5 |
190190
| **Input tokens** (500 symbols) | **11,090** | 16,378 | 53,341 |
191191
| **Output tokens** (100 symbols) | **5,976** | 8,937 | 16,121 |

0 commit comments

Comments
 (0)