byte-specific state gauge: A 82449 / B 63001 trie states, 28246 co-occupied; 12.0K/12.5K whole states walk fully on shared structure vs 10801 exact name matches
Browse files- byte_states_ledger.json +9 -0
byte_states_ledger.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"A_byte_states": 82449,
|
| 3 |
+
"B_byte_states": 63001,
|
| 4 |
+
"shared_byte_states": 28246,
|
| 5 |
+
"union_byte_states": 117204,
|
| 6 |
+
"A_states_fully_on_shared": 11952,
|
| 7 |
+
"B_states_fully_on_shared": 12470,
|
| 8 |
+
"whole_state_overlap_for_reference": 10801
|
| 9 |
+
}
|