-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbenchmark_r.json
More file actions
executable file
·28 lines (28 loc) · 719 Bytes
/
benchmark_r.json
File metadata and controls
executable file
·28 lines (28 loc) · 719 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"benchmark": "STYX R Implementation",
"patent": "Pending #63/975,190",
"language": "R",
"language_version": "R 4.5.2",
"dataset": "facebook/react",
"document_count": 300,
"timestamp": "2026-02-05T14:05:08Z",
"token_counts": {
"full_context": 92563,
"styx_state": 3243
},
"results": {
"reduction_percent": 96.5,
"compression_ratio": "28.5x"
},
"extraction_counts": {
"decisions": 50,
"constraints": 20,
"tensions": 30,
"anti_patterns": 20
},
"methodology": {
"tokenizer": "Character-based approximation (~4 chars/token)",
"source": "GitHub API - facebook/react issues",
"validation": "Cross-validated with Python and Julia implementations"
}
}