deniszykov / TypeConversionLinks
C# library which provides uniform API for conversion between types.
☆23Updated last year
Alternatives and similar repositories for TypeConversion
Users that are interested in TypeConversion are comparing it to the libraries listed below
Sorting:
- Allocation-free string-like type, string interning cache and allocation-free versions of StringBuilder/TextWriter.Write(int).☆30Updated 5 years ago
- Binary serializer with full .NET support!☆17Updated 4 months ago
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆72Updated 2 years ago
- A .NET library for using reflection emit in a fluent way.☆33Updated 11 months ago
- An allocation free Task-like object for async methods☆40Updated last year
- Research project for the Linq for the 2d arrays and images☆21Updated last year
- Linq for Span<T> using SourceGenerators☆54Updated 4 years ago
- .NET library that aims to provide faster usage of C# reflection features. Especially the usage of constructor and members accessors (get/…☆57Updated last year
- A replacement for the generic HashSet<T> that is usually faster, has more predictable memory allocations, and uses C# 7.x ref returns and…☆25Updated 6 years ago
- PoolSharp is a simple, light weight, thread safe object pool.☆25Updated last year
- .NET Serializer testing framework☆76Updated 2 years ago
- Extension methods that convert to and from Base64 strings with fewer memory allocations.☆13Updated 3 years ago
- A lightweight utility library to create a Roslyn AdhocWorkspace from an existing solution or a csproj☆76Updated last year
- The Swiss Army Knife for type conversion in .NET☆57Updated last year
- A library for slicing and dicing arrays (without copying).☆14Updated 4 years ago
- Allows you to use prototypal inheritance in C#☆27Updated 5 years ago
- Full automatic ILRepack executor on .NET, .NET Core and .NET Framework environments.☆28Updated last year
- .NET Reflection Made Fast and Simple ⛺☆28Updated 4 years ago
- Visual Studio extension to show the values of constants where they are used☆24Updated 6 months ago
- Home of UtilPack - library with various useful and generic stuff for .NET.☆17Updated 3 years ago
- Utilizes System.Reflection.Metadata to read type information very fast and without locking assembly files.☆32Updated 4 years ago
- Works in conjunction with System.Text.RegularExpressions.Regex to boost performance, add a replace function, and support gigantic files t…☆24Updated 2 years ago
- Implementation for pooled in-memory streams for .NET☆39Updated last year
- Manages multi-threaded writing to a single file.☆30Updated 6 years ago
- Build IComparer and IEqualityComparer objects using natural language syntax.☆48Updated 6 years ago
- T4Immutable is a T4 template for C# .NET apps that generates code for immutable classes.☆26Updated 5 years ago
- Directory copy/sync/mirror tool that uses file contents (not timestamps) to avoid touching identical files☆66Updated 3 months ago
- Creates fast, strongly typed delegates for accessing methods, fields and properties. The right overload is automatically chosen based on …☆22Updated 5 years ago
- A simple but powerful diff and merge class library for .NET, written in C#☆85Updated 8 months ago
- A source generator for embedding resource files directly into your assembly. Access them as a `ReadOnlySpan<byte>`, with no allocations o…☆24Updated 3 years ago