damageboy / ReJitLinks
Add x64 intrinsics to .NET through the use of ungodly hacks
☆16Updated 10 years ago
Alternatives and similar repositories for ReJit
Users that are interested in ReJit are comparing it to the libraries listed below
Sorting:
- Metadata-based part discovery for MEF, uses the Roslyn metadata reader and is faster than reflection.☆18Updated 9 years ago
- Helper objects to browse complex structures returned by ClrMD☆66Updated 3 months ago
- Efficient implementations of standard .NET collection interfaces using tree data structures☆46Updated 5 years ago
- IL weaver to add nullability annotations to .NET reference assemblies☆71Updated 4 years ago
- Scoped completion tracking and error handling of tasks as an alternative to fire-and-forget/async void. Easy and test-friendly.☆53Updated 2 years ago
- Making .NET open source accessible!☆26Updated 8 years ago
- Straightforward nint and nuint native integers, written in IL, probably second best to proper compiler support. Fully functional.☆28Updated 7 years ago
- Scratch pad for various expression tree improvements.☆82Updated 3 years ago
- Global type inference for C# 8 nullable reference types☆37Updated last year
- Task-like structs which capture no synchronization context on the await operations.☆40Updated 3 years ago
- Performant delimeter-separated value (CSV, TSV, etc.) text parser.☆64Updated 7 years ago
- A lightweight utility library to create a Roslyn AdhocWorkspace from an existing solution or a csproj☆77Updated 2 weeks ago
- Tool that dumps the evaluated values of all properties and items for a project without building it.☆51Updated 2 months ago
- Fast Accessors for .Net☆33Updated 3 years ago
- A Roslyn inspired rewrite of NQuery☆75Updated last year
- Building an xcopy version of MSBuild☆14Updated 2 years ago
- A set of post-mortem analyzers for discovering threading/tasks issue in a dump or a process☆65Updated 9 months ago
- ☆16Updated last year
- Roslyn analyzers for INotifyPropertyChanged☆47Updated last year
- A .NET library that provides strongly-typed implementations of multiple coordinate systems, including rectangular, polar, spherical, and …☆36Updated last year
- Facilitates adding constraints for Enum and Delegate to types and methods.☆47Updated 10 months ago
- My collection of benchmarks for random pieces of code☆13Updated 2 months ago
- Removes nullability and pragma warning suppressions that are no longer necessary.☆31Updated 8 months ago
- Analyzers checking System.Reflection☆82Updated 2 years ago
- An allocation free Task-like object for async methods☆40Updated last year
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆72Updated 3 years ago
- Common Intermediate Language (CIL) assembler available as a library, based on Mono assembler.☆57Updated 2 years ago
- A fluent API for creating MSBuild projects for use by unit tests☆52Updated last month
- ☆23Updated last year
- Dynamically attach properties to (almost) any object instance.☆47Updated 4 years ago