Skip to content

Commit 2bd1b77

Browse files
committed
update llg
1 parent cb62703 commit 2bd1b77

File tree

4 files changed

+14
-13
lines changed

4 files changed

+14
-13
lines changed

Cargo.lock

Lines changed: 11 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

derivre

llgtrt/src/config_info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"#": "Number of Earley items created for the whole token mask.\nDefault: 50_000\nSpeed: 20k/ms"
7272
},
7373
"max_lexer_states": {
74-
"#": "Maximum number of lexer states.\nDefault: 50_000"
74+
"#": "Maximum number of lexer states.\nAffects memory consumption, but not the speed for the most part.\nDefault: 250_000\nSpeed: ~1-2kB of memory per state"
7575
},
7676
"max_grammar_size": {
7777
"#": "Maximum size of the grammar (symbols in productions)\nDefault: 500_000 (a few megabytes of JSON)"

llguidance

0 commit comments

Comments
 (0)