You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The following code was added to Array2DHashSet.java to parse the large input source.
By outputting the usage logs of the subclasses of the Array2DHashSet class, I found the following
This ratio is considered to be a large value for lazy instantiation.
https://github.com/antlr/antlr4/blob/master/runtime/Java/src/org/antlr/v4/runtime/misc/Array2DHashSet.java
https://github.com/antlr/antlr4/blob/master/runtime/Java/src/org/antlr/v4/runtime/atn/ATNConfigSet.java
Notes on modification
Beta Was this translation helpful? Give feedback.
All reactions