aelij / FasterReflection
Utilizes System.Reflection.Metadata to read type information very fast and without locking assembly files.
☆32Updated 4 years ago
Alternatives and similar repositories for FasterReflection:
Users that are interested in FasterReflection 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
- Creates fast, strongly typed delegates for accessing methods, fields and properties. The right overload is automatically chosen based on …☆22Updated 5 years ago
- Linq operators for ObservableCollection☆19Updated 10 years ago
- Facilitates adding constraints for Enum and Delegate to types and methods.☆47Updated this week
- Provides the ability to "compile" expressions to delegates without using Reflection.Emit but only using reflection.☆27Updated 3 months ago
- A library for slicing and dicing arrays (without copying).☆14Updated 4 years ago
- Metadata-based part discovery for MEF, uses the Roslyn metadata reader and is faster than reflection.☆18Updated 8 years ago
- TypePipe allows you to modify existing CLR types using a simple, expression-based API. Modifications from several tools and libraries (AO…☆26Updated 3 months ago
- Parser for arithmetic expressions☆21Updated 3 years ago
- Manages multi-threaded writing to a single file.☆30Updated 6 years ago
- Efficient implementations of standard .NET collection interfaces using tree data structures☆46Updated 4 years ago
- An allocation free Task-like object for async methods☆39Updated 7 months ago
- Straightforward nint and nuint native integers, written in IL, probably second best to proper compiler support. Fully functional.☆28Updated 6 years ago
- A plugin for LINQPad which displays compiler generated code.☆44Updated 6 years ago
- Provides a set of portable collections installable as source files via NuGet.☆26Updated 9 years ago
- Regexator is IDE for .NET regular expressions.☆18Updated 4 years ago
- Analyse Memory Dumps looking at .NET String types☆29Updated 8 years ago
- SmartPaster for VS 2013, VS2015 and VS2017☆18Updated 3 years ago
- serialize, modify, and deserialize LINQ Expressions☆21Updated 8 years ago
- A collection of algorithms I've implemented and found generally useful☆15Updated 9 months ago
- Example implementation of IValueTaskSource☆31Updated last year
- Directory copy/sync/mirror tool that uses file contents (not timestamps) to avoid touching identical files☆64Updated last year
- Visual Studio Extension for managing keyboard shortcuts☆18Updated 2 months ago
- ☆58Updated 2 years ago
- Post compile tool using Fody to implement the double check locking pattern.☆25Updated 6 years ago
- Adds debugger attributes to help visualize objects.☆43Updated last month
- Loads all the references on startup by actually using the types in the module initializer.☆37Updated this week
- A fork of https://difflib.codeplex.com/☆16Updated 9 years ago
- Build IComparer and IEqualityComparer objects using natural language syntax.☆47Updated 6 years ago
- Text clustering algorithm, implemented in .NET☆22Updated last year