Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbb33e27

Browse files
vasily-kirichenkoKevinRansom
authored andcommitted
increase from 100 to 1024 LexResourceManager.string dictionary capacity to reduce resizing (#5089)
1 parentd6cb35d commitbb33e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/fsharp/lexhelp.fs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ type LightSyntaxStatus(initial:bool,warn:bool) =
4343
/// Manage lexer resources (string interning)
4444
[<Sealed>]
4545
typeLexResourceManager()=
46-
letstrings=new System.Collections.Generic.Dictionary<string, Parser.token>(100)
46+
letstrings=new System.Collections.Generic.Dictionary<string, Parser.token>(1024)
4747
memberx.InternIdentifierToken(s)=
4848
let mutableres= Unchecked.defaultof<_>
4949
letok= strings.TryGetValue(s,&res)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp