aelij / FasterReflectionLinks
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
Sorting:
- Creates fast, strongly typed delegates for accessing methods, fields and properties. The right overload is automatically chosen based on …☆22Updated 5 years ago
- Allocation-free string-like type, string interning cache and allocation-free versions of StringBuilder/TextWriter.Write(int).☆30Updated 5 years 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 9 years ago
- Facilitates adding constraints for Enum and Delegate to types and methods.☆47Updated 3 months ago
- A plugin for LINQPad which displays compiler generated code.☆44Updated 6 years ago
- Provides methodof, propertyof and fieldof equivalents of typeof .☆65Updated 5 months ago
- Linq operators for ObservableCollection☆19Updated 11 years ago
- Provides a set of portable collections installable as source files via NuGet.☆27Updated 9 years ago
- A C# port of Mozilla Universal Charset Detector.☆27Updated 5 years ago
- Analyse Memory Dumps looking at .NET String types☆29Updated 8 years ago
- An allocation free Task-like object for async methods☆39Updated 11 months ago
- Loads all the references on startup by actually using the types in the module initializer.☆38Updated last week
- Efficient implementations of standard .NET collection interfaces using tree data structures☆46Updated 4 years ago
- 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
- Event Aggregator aggregates events from multiple objects into itself, passing that same event onto its observers.☆22Updated 11 years ago
- A collection of algorithms I've implemented and found generally useful☆16Updated last year
- TypePipe allows you to modify existing CLR types using a simple, expression-based API. Modifications from several tools and libraries (AO…☆27Updated 7 months ago
- Provides a single-threaded synchronization context, which makes it easy to reason about asynchronous code in environments that don't usua…☆13Updated 5 years ago
- Manages multi-threaded writing to a single file.☆30Updated 6 years ago
- Build IComparer and IEqualityComparer objects using natural language syntax.☆47Updated 6 years ago
- Example implementation of IValueTaskSource☆30Updated 2 years ago
- Adds debugger attributes to help visualize objects.☆43Updated 5 months ago
- Straightforward nint and nuint native integers, written in IL, probably second best to proper compiler support. Fully functional.☆28Updated 6 years ago
- Managed Extensibility Framework (MEF) integration for Autofac IoC☆19Updated last year
- Change tracking library for .NET ⛺☆13Updated 5 years ago
- Nuget package merging utiility☆23Updated 10 months ago
- A collection of utilities for working with strings in .NET.☆37Updated 5 years ago
- ☆40Updated 5 years ago
- Argument validation methods, for example: this.user = Argument.NotNull("user", user).☆26Updated 3 years ago