vivainio / FastExpressionKit
Things to speed up C# code by avoiding reflection
☆25Updated last year
Alternatives and similar repositories for FastExpressionKit:
Users that are interested in FastExpressionKit 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
- SimplSockets is a lightweight, high performance, powerful .NET socket wrapper that makes communication via Sockets easy and efficient. It…☆58Updated 5 years ago
- MemoryStream with ArrayPool☆12Updated 3 years ago
- .NET Reflection Made Fast and Simple ⛺☆28Updated 4 years ago
- Remote Actors for .NET and Mono☆33Updated 8 years ago
- Manages multi-threaded writing to a single file.☆30Updated 6 years ago
- The combined Langly runtime☆33Updated 3 years ago
- Provides the ability to "compile" expressions to delegates without using Reflection.Emit but only using reflection.☆27Updated 4 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
- Creates fast, strongly typed delegates for accessing methods, fields and properties. The right overload is automatically chosen based on …☆22Updated 5 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…☆24Updated 5 years ago
- Dynamic fluent generation of class and function directly in CLR☆37Updated last year
- A .NET library for using reflection emit in a fluent way.☆29Updated 5 months ago
- Utilizes System.Reflection.Metadata to read type information very fast and without locking assembly files.