In [E], change the initial capacity of the hash tables from a fixed
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.
Please register or sign in to comment