-
Notifications
You must be signed in to change notification settings - Fork 8.1k
WIP: Demo using Simple Case Folding #8515
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
ff71e39
Init commit
iSazonov 8ba8581
Add SimpleFoldedStringComparerTests (come from CoreFX)
iSazonov c6f23a9
Add new test files from CoreFX and move files in Unicode folder
iSazonov 62e88df
Add tests for comparer
iSazonov 7a64a26
Add GetHashCode() in comparer
iSazonov 1dd98a0
Add GetHashCode NotEqual tests
iSazonov 2430fdd
Make Fold() method private
iSazonov 661dcf0
Fix comment
iSazonov c3c322f
Add UnicodeData.11.0.txt
iSazonov fe9c1ec
Auto accept minor
iSazonov c5298ae
Add IndexOfFolded tests
iSazonov f273aa3
Add IndexOfFolded() for ReadOnlySpan<char>
iSazonov 7ff9ec2
Update IndexOfFolded() for string
iSazonov d9ebeb8
Add tests for IndexOfFolded() span
iSazonov 438a3d0
Load UnicodeData.11.0.txt and CaseFolding.txt
iSazonov 93c666f
Add Fold_Char test
iSazonov b958159
Rename test files and classes
iSazonov 55c0225
Add Fold_String_Span test
iSazonov 264866f
Add string and span fold tests
iSazonov 9f912a9
Rename test namespace
iSazonov a7a736e
Rename methods
iSazonov da24bbf
Update perf tests
iSazonov 96abbf1
Improve comparer
iSazonov edc7479
Rename folder
iSazonov be3293f
Move gen tools to new folder
iSazonov 0f53178
Add tools, tests and tests for demo
iSazonov 0edc80c
Use 2level cache in engine
iSazonov 803c8e3
Fix style issues in CharTests
iSazonov 23cec2a
Fix test: allows System.Security.Cryptography.Algorithms.dll
iSazonov c734f45
Fix names in tests
iSazonov a4de39a
Fix SimpleCaseFold()
iSazonov 33b750b
Fix SimpleCaseFoldingG2()
iSazonov 5bae607
Rename benchmark folder
iSazonov e2b6a89
Enable performance test
iSazonov 94e2bee
Fix SimpleCaseFold() method
iSazonov a03ec72
Fix CompareUsingSimpleCaseFolding
iSazonov fc8fdad
Update tests
iSazonov 0fc2d4e
Optimize on in csproj
iSazonov 53088ce
Improve comparer
iSazonov e44d012
Update benchmark test
iSazonov a4cf807
Fix style issues
iSazonov c56fe88
Remove namespace prefixes
iSazonov e470871
Test on Unix expected loading 'System.Runtime.CompilerServices.Unsafe…
iSazonov 621c99a
Refactor csprojs of xUnit tests
iSazonov 57873c6
Step to run all xUnit tests
iSazonov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
356 changes: 356 additions & 0 deletions
356
src/System.Management.Automation/utils/unicode/CaseFolding-g2.cs
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the only place of new code injection.