-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Closed
Labels
Issue-Discussionthe issue may not have a clear classification yet. The issue may generate an RFC or may be reclassifthe issue may not have a clear classification yet. The issue may generate an RFC or may be reclassifWG-Engine-Performancecore PowerShell engine, interpreter, and runtime performancecore PowerShell engine, interpreter, and runtime performance
Milestone
Description
From http://unicode.org/faq/casemap_charprop.html :
Case folding is mostly used for caseless comparison of text, such as identifiers in a computer program, rather than actual text transformation.
I opened https://github.com/dotnet/corefx/issues/33047 to implement simple case folding.
We could use this for improving performance in:
- PowerShell identifer comparisons
- Select-String cmdlet
- some more (???)
mklement0 and HumanEquivalentUnit
Metadata
Metadata
Assignees
Labels
Issue-Discussionthe issue may not have a clear classification yet. The issue may generate an RFC or may be reclassifthe issue may not have a clear classification yet. The issue may generate an RFC or may be reclassifWG-Engine-Performancecore PowerShell engine, interpreter, and runtime performancecore PowerShell engine, interpreter, and runtime performance