We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6cb35d commit bb33e27Copy full SHA for bb33e27
src/fsharp/lexhelp.fs
@@ -43,7 +43,7 @@ type LightSyntaxStatus(initial:bool,warn:bool) =
43
/// Manage lexer resources (string interning)
44
[<Sealed>]
45
type LexResourceManager() =
46
- let strings = new System.Collections.Generic.Dictionary<string, Parser.token>(100)
+ let strings = new System.Collections.Generic.Dictionary<string, Parser.token>(1024)
47
member x.InternIdentifierToken(s) =
48
let mutable res = Unchecked.defaultof<_>
49
let ok = strings.TryGetValue(s, &res)
0 commit comments