deniszykov / TypeConversionLinks
C# library which provides uniform API for conversion between types.
☆22Updated 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
- MemoryStream with ArrayPool☆12Updated 3 years ago
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆70Updated 2 years ago
- Linq for Span<T> using SourceGenerators☆54Updated 4 years ago
- Implementation for pooled in-memory streams for .NET☆39Updated last year
- An alternative to LinkedList<T> with reverse operation and enumeration without allocation.☆17Updated last year
- T4Immutable is a T4 template for C# .NET apps that generates code for immutable classes.☆26Updated 5 years ago
- Explorer of CultureInfo instances in .NET☆31Updated 4 years ago
- Allows you to use prototypal inheritance in C#☆27Updated 5 years ago
- .NET Serializer testing framework☆75Updated 2 years ago
- A .NET library for using reflection emit in a fluent way.☆32Updated 8 months ago
- Binary serializer with full .NET support!☆17Updated 2 months ago
- An allocation free Task-like object for async methods☆39Updated last year
- Drop-in-place Memory and Performance optimizations for LINQ☆24Updated 4 years ago
- Parse any type from string in efficient way☆35Updated last month
- PoolSharp is a simple, light weight, thread safe object pool.☆25Updated last year
- Visual Studio extension to show the values of constants where they are used☆24Updated 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
- Extremely fast MurmurHash implementation with zero heap allocations☆41Updated 5 years ago
- A lightweight utility library to create a Roslyn AdhocWorkspace from an existing solution or a csproj☆76Updated last year
- The combined Langly runtime☆33Updated 3 years ago
- 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
- A library for slicing and dicing arrays (without copying).☆14Updated 4 years ago
- This library provides fast, lightweight and low-level memory allocators for .NET (e.g TLSF)☆40Updated 11 months 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
- EscapeTeams In-Memory Object Database☆26Updated 2 years ago
- Text clustering algorithm, implemented in .NET☆22Updated 2 years ago
- The Swiss Army Knife for type conversion in .NET☆57Updated 11 months ago
- Utilizes System.Reflection.Metadata to read type information very fast and without locking assembly files.☆32Updated 4 years ago
- Things to speed up C# code by avoiding reflection☆25Updated last year