https://github.com/adamradocz/fastestwaysincsharp
The fastest ways to do things in C#.
https://github.com/adamradocz/fastestwaysincsharp
benchmark csharp dotnet performance
Last synced: 12 months ago
JSON representation
The fastest ways to do things in C#.
- Host: GitHub
- URL: https://github.com/adamradocz/fastestwaysincsharp
- Owner: adamradocz
- License: mit
- Created: 2022-01-20T09:44:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-25T14:29:25.000Z (over 2 years ago)
- Last Synced: 2024-10-30T19:52:16.397Z (over 1 year ago)
- Topics: benchmark, csharp, dotnet, performance
- Language: C#
- Homepage:
- Size: 64.7 MB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fatest ways in C#
The fastest ways to do things in C#.
## Table of content
- [String manipulation](FastestWaysInCSharp/StringManipulation/README.md)
- [Multi substring](FastestWaysInCSharp/StringManipulation/README.md#multi-substring)
- [Character replace](FastestWaysInCSharp/StringManipulation/README.md#character-replace)
- [Convert string to int](FastestWaysInCSharp/StringManipulation/README.md#convert-string-to-int)
- [Convert substring to int](FastestWaysInCSharp/StringManipulation/README.md#convert-substring-to-int)
- [Parse byte array string to int](FastestWaysInCSharp/StringManipulation/README.md#parse-byte-array-string-to-int)
- [String Concatenation](FastestWaysInCSharp/StringManipulation/README.md#string-concatenation)
- [Regular expressions](FastestWaysInCSharp/RegularExpressions/README.md)
- File processing
- [Parse CSV](FastestWaysInCSharp/FileProcessing/ParseCsv/README.md)
- [Serialize JSON](FastestWaysInCSharp/FileProcessing/SerializeJson/README.md)
- Logging
- [ILogger Performance](FastestWaysInCSharp/Logging/README.md)
- [Factory](FastestWaysInCSharp/Factory/README.md)
- [Enums](FastestWaysInCSharp/Enums/README.md)