-
Notifications
You must be signed in to change notification settings - Fork 25.1k
Closed
Labels
⌚ Not TriagedSource - Docs.msDocs Customer feedback via GitHub IssueDocs Customer feedback via GitHub Issueaspnet-core/svcperformance/subsvcseQUESTeredIdentifies that an issue has been imported into Quest.Identifies that an issue has been imported into Quest.
Description
Description
Updated size of string from 10KB to 20KB according to
Note: Strings are stored as UTF-16 characters in .NET so each char takes two bytes in memory.
but also after running
Console.WriteLine(
System.Text.Encoding.Unicode.GetByteCount(
new String('x', 10 * 1024)));
// Answer: 20480Page URL
Content source URL
https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/performance/memory.md
Document ID
06ca8420-5ca0-24ae-3584-9a4c486d3ebe
Article author
Metadata
Metadata
Assignees
Labels
⌚ Not TriagedSource - Docs.msDocs Customer feedback via GitHub IssueDocs Customer feedback via GitHub Issueaspnet-core/svcperformance/subsvcseQUESTeredIdentifies that an issue has been imported into Quest.Identifies that an issue has been imported into Quest.