deniszykov / TypeConversion
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
- Allocation-free string-like type, string interning cache and allocation-free versions of StringBuilder/TextWriter.Write(int).☆30Updated 5 years ago
- Research project for the Linq for the 2d arrays and images☆19Updated last year
- An allocation free Task-like object for async methods☆39Updated 9 months ago
- A .NET library for using reflection emit in a fluent way.☆29Updated 5 months ago
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆69Updated 2 years ago
- A library for slicing and dicing arrays (without copying).☆14Updated 4 years ago
- Efficient implementations of standard .NET collection interfaces using tree data structures☆46Updated 4 years ago
- Manages multi-threaded writing to a single file.☆30Updated 6 years ago
- Parallel Helper is a static code analyzer for C# projects that supports the development of parallel and asynchronous code. The analyzer i…☆33Updated last year
- T4Immutable is a T4 template for C# .NET apps that generates code for immutable classes.☆26Updated 4 years ago
- Explorer of CultureInfo instances in .NET☆31Updated 4 years ago
- Build IComparer and IEqualityComparer objects using natural language syntax.☆47Updated 6 years ago
- Utilizes System.Reflection.Metadata to read type information very fast and without locking assembly files.☆32Updated 4 years ago
- Creates fast, strongly typed delegates for accessing methods, fields and properties. The right overload is automatically chosen based on …☆22Updated 5 years ago
- Works in conjunction with System.Text.RegularExpressions.Regex to boost performance, add a replace function, and support gigantic files t…☆23Updated last year
- Straightforward nint and nuint native integers, written in IL, probably second best to proper compiler support. Fully functional.☆28Updated 6 years ago
- Fast Accessors for .Net☆33Updated 2 years ago
- Binary serializer with full .NET support!☆17Updated last week
- A lightweight utility library to create a Roslyn AdhocWorkspace from an existing solution or a csproj☆76Updated last year
- .NET Reflection Made Fast and Simple ⛺☆28Updated 4 years ago
- Type and Reflection polyfill extension methods. .NET 3.5+ and .NET Standard 1.0+.☆22Updated 3 years ago
- PoolSharp is a simple, light weight, thread safe object pool.☆24Updated last year
- Regexator is IDE for .NET regular expressions.☆18Updated 4 years ago
- MemoryStream with ArrayPool☆12Updated 3 years ago
- Implementation for pooled in-memory streams for .NET☆39Updated 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…☆24Updated 5 years ago
- Provides an almost drop-in replacement for System.IO.File, optimized for a very large number of small files. Data is batched in package f…☆20Updated 7 years ago
- The Swiss Army Knife for type conversion in .NET☆56Updated 8 months ago
- Text clustering algorithm, implemented in .NET☆22Updated last year
- Linq for Span<T> using SourceGenerators☆53Updated 3 years ago