- 21 Sep, 2015 3 commits
-
-
POTTIER Francois authored
-
POTTIER Francois authored
This implies that we remove [#] from consideration, as desired. This means fewer facts are considered and a little time is saved. Also, announced (in comments and assertions) that [any] is implemented as [#], but not yet committed.
-
POTTIER Francois authored
-
- 20 Sep, 2015 1 commit
-
-
POTTIER Francois authored
-
- 18 Sep, 2015 2 commits
-
-
POTTIER Francois authored
-
POTTIER Francois authored
-
- 24 Jul, 2015 1 commit
-
-
POTTIER Francois authored
-
- 23 Jul, 2015 1 commit
-
-
POTTIER Francois authored
-
- 18 Jul, 2015 5 commits
-
-
POTTIER Francois authored
This may save some speed (not always, though) and leads to storing much fewer facts in [T] (which saves memory).
-
POTTIER Francois authored
-
POTTIER Francois authored
all transitions and reductions on [error]. This leads to smaller stars (if the grammar uses [error]), hence faster run time.
-
POTTIER Francois authored
-
POTTIER Francois authored
-
- 17 Jul, 2015 4 commits
-
-
POTTIER Francois authored
size (6311, which means 8192) to a variable size, determined by the size of the alphabet and the star size of the state. This seems to lead to slightly slower behavior on small grammars and to slightly faster running times and lower memory consumption on large grammars.
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
-
- 16 Jul, 2015 2 commits
-
-
POTTIER Francois authored
The speed gain is quite clear, but depends on the initial size of the hash tables.
-
POTTIER Francois authored
Will probably try other approaches soon.
-
- 15 Jul, 2015 4 commits
-
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
-
- 14 Jul, 2015 17 commits
-
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
This makes almost no difference: it saves 5 nodes out of 25K in the stars, and saves 10K facts out of 7M facts (on ocaml.mly --lalr).
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
Not essential. Perfectionism, I suppose.
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
No speed gain, but this allows removing [MyMap].
-
POTTIER Francois authored
-
POTTIER Francois authored
-