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
- MemoryStream with ArrayPool☆12Updated 3 years ago
- Remote Actors for .NET and Mono☆33Updated 8 years ago
- Provides the ability to "compile" expressions to delegates without using Reflection.Emit but only using reflection.☆27Updated 5 months ago
- Example implementation of IValueTaskSource☆30Updated last year
- SimplSockets is a lightweight, high performance, powerful .NET socket wrapper that makes communication via Sockets easy and efficient. It…☆58Updated 5 years ago
- A plugin for LINQPad which displays compiler generated code.☆44Updated 6 years ago
- Utilizes System.Reflection.Metadata to read type information very fast and without locking assembly files.☆32Updated 4 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
- QuickInject is a simple dependency injection container for .NET Core☆46Updated last year
- .NET/Mono library for multi-threading, including lock-free thread-safe collections.☆43Updated 10 years ago
- Dynamic fluent generation of class and function directly in CLR☆37Updated last year
- PoolSharp is a simple, light weight, thread safe object pool.☆24Updated last year
- Provides methodof, propertyof and fieldof equivalents of typeof .☆65Updated 3 months ago
- .NET Reflection Made Fast and Simple ⛺☆28Updated 4 years ago
- Samples for Cecil☆67Updated 10 years ago
- An alternative to LinkedList<T> with reverse operation and enumeration without allocation.☆17Updated last year
- A portable cross platform image library in C#☆18Updated 8 years ago
- A library for generating discriminated union types in C#☆23Updated 5 years ago
- C# library which provides uniform API for conversion between types.☆22Updated last year
- Spans for the whole memory range.☆18Updated 2 years ago
- Simple JSON formatting/pretty-printing for .NET☆23Updated 2 years ago
- ☆40Updated 4 years ago
- A .NET library for using reflection emit in a fluent way.☆30Updated 6 months ago
- Antlr4Ast is a .NET library that provides a parser and abstract syntax tree (AST) for ANTLR4/g4 files.☆54Updated last year
- This library provides fast, lightweight and low-level memory allocators for .NET (e.g TLSF)☆38Updated 9 months ago
- Most of those extensions should have been in BCL.☆69Updated 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…☆25Updated 6 years ago
- serialize, modify, and deserialize LINQ Expressions☆21Updated 8 years ago
- ReflectionBridge : Provides some extensions which define a bridge for the differences between Type and TypeInfo.☆25Updated 7 years ago