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
- Linq for Span<T> using SourceGenerators☆54Updated 4 years ago
- .NET Reflection Made Fast and Simple ⛺☆28Updated 4 years ago
- An allocation free Task-like object for async methods☆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…☆25Updated 6 years ago
- Research project for the Linq for the 2d arrays and images☆20Updated last year
- A library for slicing and dicing arrays (without copying).☆14Updated 4 years ago
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆71Updated 2 years ago
- A .NET library for using reflection emit in a fluent way.☆32Updated 9 months ago
- PoolSharp is a simple, light weight, thread safe object pool.☆25Updated last year
- An alternative to LinkedList<T> with reverse operation and enumeration without allocation.☆17Updated last year
- .NET Serializer testing framework☆75Updated 2 years ago
- Implementation for pooled in-memory streams for .NET☆39Updated last year
- Simple build versioning for .NET, powered by Git tags☆64Updated this week
- Allows you to use prototypal inheritance in C#☆27Updated 5 years ago
- Binary serializer with full .NET support!☆17Updated 2 months ago
- Drop-in-place Memory and Performance optimizations for LINQ☆24Updated 4 years ago
- A LINQ-like extensions for C# that uses SIMD extensions to parallelize the operations☆38Updated 10 months ago
- Embedded persistent key-value store for .NET. Pure C# code.☆63Updated 4 years ago
- Utilizes System.Reflection.Metadata to read type information very fast and without locking assembly files.☆32Updated 4 years ago
- DAWG String Dictionary in C#☆121Updated 11 months ago
- SimplSockets is a lightweight, high performance, powerful .NET socket wrapper that makes communication via Sockets easy and efficient. It…☆58Updated 6 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 light-weight, performant interval tree in C#☆30Updated 4 months ago
- This library provides fast, lightweight and low-level memory allocators for .NET (e.g TLSF)☆40Updated last year
- A lightweight utility library to create a Roslyn AdhocWorkspace from an existing solution or a csproj☆76Updated last year
- Read & edit .sln solution files with various tools: .Subsln files, Visual Studio plugin, command line tool & .NET libraries.☆27Updated 2 years ago
- Manages multi-threaded writing to a single file.☆30Updated 6 years ago
- MemoryStream with ArrayPool☆12Updated 3 years ago
- Fast binary serializer☆65Updated 8 months ago