antiufo / roslyn-linq-rewriteView external linksLinks
Compiles C# code by first rewriting the syntax trees of LINQ expressions using plain procedural code, minimizing allocations and dynamic dispatch.
☆713Feb 2, 2020Updated 6 years ago
Alternatives and similar repositories for roslyn-linq-rewrite
Users that are interested in roslyn-linq-rewrite are comparing it to the libraries listed below
Sorting:
- An automatic query optimizer-compiler for Sequential and Parallel LINQ.☆477Sep 28, 2019Updated 6 years ago
- Roslyn based C# heap allocation diagnostic analyzer that can detect explicit and many implicit allocations like boxing, display classes a…☆652May 26, 2022Updated 3 years ago
- Linq-like extension functions for Arrays, Span<T>, and List<T> that are faster and allocate less.☆761Sep 26, 2025Updated 4 months ago
- Binary serializer for POCO objects☆373Dec 8, 2022Updated 3 years ago
- Assists in performing Roslyn-based code generation during a build.☆410Dec 11, 2020Updated 5 years ago
- A fail-fast validating helper for .NET CIL generation☆991Dec 11, 2020Updated 5 years ago
- Set of roslyn-based analyzers for catching common C# errors (inspired by Google's error-prone)☆1,100Jul 31, 2025Updated 6 months ago
- Push based .NET Streams☆292Nov 16, 2016Updated 9 years ago
- This repo is for experimentation and exploring new ideas that may or may not make it into the main corefx repo.☆1,455Mar 11, 2021Updated 4 years ago
- A .NET library for carefully refactoring critical paths. It's a port of GitHub's Ruby Scientist library☆1,483Nov 26, 2025Updated 2 months ago
- A native memory manager for .NET☆332Jan 11, 2018Updated 8 years ago
- Tools to let you use Roslyn-powered C# scripts for code generation☆620Dec 7, 2022Updated 3 years ago
- LibLog is a single file for you to either copy/paste or install via nuget, into your library/framework/application to provide a logging a…☆928Dec 4, 2019Updated 6 years ago
- A tiny, friendly, C# parser construction library☆2,468Apr 18, 2024Updated last year
- Definitely Fastest and Zero Allocation JSON Serializer for C#(NET, .NET Core, Unity, Xamarin).☆2,389May 16, 2022Updated 3 years ago
- Infinitely Fast Deserializer for .NET, .NET Core and Unity.☆2,426Apr 12, 2022Updated 3 years ago
- Replace any .NET method (including static and non-virtual) with a delegate☆1,104Sep 23, 2022Updated 3 years ago
- Microsoft.Diagnostics.Runtime is a set of APIs for introspecting processes and dumps.☆1,130Updated this week
- Fast Compiler for C# Expression Trees and the lightweight LightExpression alternative. Diagnostic and code generation tools for the expre…☆1,348Jan 22, 2026Updated 3 weeks ago
- Implementation of a lock-free dictionary on .Net.☆544Feb 24, 2025Updated 11 months ago
- Managed replacement of System.Reflection[.Emit]☆132Feb 21, 2017Updated 8 years ago
- A curated list of awesome .NET Performance books, courses, trainings, conference talks, blogs and most inspiring open source contributors…☆3,263Sep 12, 2025Updated 5 months ago
- Dump and analyze .Net applications memory ( a gui for WinDbg and ClrMd )☆710Jun 25, 2020Updated 5 years ago
- A library to provide pooling for .NET MemoryStream objects to improve application performance.☆2,128Updated this week
- Roslynator is a set of code analysis tools for C#, powered by Roslyn.☆3,378Feb 7, 2026Updated last week
- A cross-platform abstract/virtual filesystem framework with many built-ins filesystems for .NET☆909Nov 25, 2025Updated 2 months ago
- The Microsoft.VisualStudio.Threading is a xplat library that provides many threading and synchronization primitives used in Visual Studio…☆1,025Updated this week
- Powerful .NET library for benchmarking☆11,353Updated this week
- A .NET library that detects when an expression changes its value☆191Jan 21, 2019Updated 7 years ago
- A Pure C# GNU-Readline like library for .NET/.NET Core☆825Aug 19, 2021Updated 4 years ago
- High performance understanding for stack traces (Make error logs more productive)☆2,865Mar 14, 2024Updated last year
- Generates valid, readable C# from an Expression Tree.☆171Feb 1, 2026Updated 2 weeks ago
- Extensible tool for weaving .net assemblies☆4,516Aug 21, 2025Updated 5 months ago
- With re-linq, it's now easier than ever to create full-featured LINQ providers. Used by NHibernate, Entity Framework and others.☆529Mar 28, 2023Updated 2 years ago
- A logger for MSBuild that records a structured representation of executed targets, tasks, property and item values.☆1,607Updated this week
- The Ultimate .NET Experiment☆356Nov 1, 2018Updated 7 years ago
- Performance benchmarking and testing framework for .NET applications☆541Sep 10, 2024Updated last year
- Roslyn tool that for a given C# program shows syntax tree API calls to construct its syntax tree☆1,077May 31, 2025Updated 8 months ago
- Automatically concurrent data fetching and request deduplication in C#.☆140Jun 23, 2016Updated 9 years ago