kkokosa / UpsilonGCLinks
Custom Garbage Collectors for .NET Core
☆185Updated 5 years ago
Alternatives and similar repositories for UpsilonGC
Users that are interested in UpsilonGC are comparing it to the libraries listed below
Sorting:
- .NET Reflection.Emit extensions☆170Updated last year
- Lightweight fork of the .NET Compiler Platform ("Roslyn") by adding a compiler plugin infrastructure☆97Updated 7 years ago
- A Visual Studio extension that provides syntax highlighting for the IL (Intermediate Language) and project templates for C#, F# and Visua…☆118Updated 5 years ago
- Fast, flexible, and version-tolerant serializer for .NET☆224Updated 3 years ago
- C# Source Generator for UTF-8 binary literal☆148Updated last year
- Inlining Analyzer is a Visual Studio Extension that shows in the source code if a method call will be inlined by the JIT compiler.☆155Updated 6 years ago
- FrozenObjects serializer and deserializer☆95Updated 3 years ago
- Main repository for the stark compiler frontend + vscode integration + language specs☆154Updated last year
- A native memory manager for .NET☆333Updated 8 years ago
- ☆159Updated 2 months ago
- Json library that uses .NET 5 Source Generators☆150Updated 4 years ago
- Generates valid, readable C# from an Expression Tree.☆171Updated last week
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆72Updated 3 years ago
- Scratch pad for various expression tree improvements.☆82Updated 3 years ago
- This project contains networking primitives for use with .NET.☆96Updated 4 years ago
- Low allocation re-implementation of LINQ-to-Objects☆215Updated 7 years ago
- Source code based on TraceEvent to listen to CLR events at runtime☆200Updated 10 months ago
- DAWG String Dictionary in C#☆123Updated 3 months ago
- Fast and memory-efficient immutable collections and helper data structures☆250Updated 4 months ago
- A C# Glob library for .NET and .NET Core.☆229Updated last year
- A Roslyn based C# source generation framework☆134Updated last month
- A set of post-mortem analyzers for discovering threading/tasks issue in a dump or a process☆65Updated 10 months ago
- Model-checker for lock and wait free C# code☆78Updated 7 years ago
- My toys to play with SSE/AVX in pure C# (.NET Core 2.1)☆65Updated 7 years ago
- Inject arbitrary IL code at compile time.☆257Updated last month
- This package enables .NET projects to use atomic primitives.☆57Updated 9 years ago
- Polymorphic serialization for .NET☆280Updated 9 months ago
- A Zstandard wrapper for .Net☆144Updated 4 years ago
- A modern compile-time generated interception/proxy library☆141Updated 2 years ago
- Generates reference assemblies where all the internal types & members become public, and applies the IgnoresAccessChecksTo attribute