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
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆69Updated 2 years ago
- Example implementation of IValueTaskSource☆31Updated last year
- A .NET library for using reflection emit in a fluent way.☆28Updated 4 months 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
- Creates fast, strongly typed delegates for accessing methods, fields and properties. The right overload is automatically chosen based on …☆22Updated 5 years ago
- Provides the ability to "compile" expressions to delegates without using Reflection.Emit but only using reflection.☆27Updated 3 months ago
- MemoryStream with ArrayPool☆12Updated 2 years ago
- Manages multi-threaded writing to a single file.☆30Updated 6 years ago
- Remote Actors for .NET and Mono☆33Updated 8 years ago
- An allocation free Task-like object for async methods☆39Updated 7 months ago
- A tactful collection of utilities for .NET development.☆35Updated 7 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
- This library provides fast, lightweight and low-level memory allocators for .NET (e.g TLSF)☆38Updated 6 months ago
- A library for generating discriminated union types in C#☆23Updated 4 years ago
- Linq for Span<T> using SourceGenerators☆52Updated 3 years ago
- .NET Reflection Made Fast and Simple ⛺☆28Updated 3 years ago
- Fluent Extension Methods for Mono.Cecil☆13Updated 8 years ago
- An alternative to LinkedList<T> with reverse operation and enumeration without allocation.☆17Updated last year
- 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
- High-performance zero-reflection approach to C# metaprogramming☆29Updated 4 months ago
- The most revolutionary syntax visualizer☆69Updated last month
- MSIL Reader☆36Updated 2 years ago
- Antlr4Ast is a .NET library that provides a parser and abstract syntax tree (AST) for ANTLR4/g4 files.☆53Updated 11 months ago
- A lightweight utility library to create a Roslyn AdhocWorkspace from an existing solution or a csproj☆73Updated 11 months ago
- The combined Langly runtime☆33Updated 3 years ago
- .NET/Mono library for multi-threading, including lock-free thread-safe collections.☆43Updated 10 years ago
- Binary serializer with full .NET support!☆17Updated 2 years ago
- Spans for the whole memory range.☆18Updated last year
- IPC [inter-process communication] engine for .NET based on memory-mapped files.☆60Updated last year