An open API service indexing awesome lists of open source software.

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#.

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)