dotnet / runtimelab
This repo is for experimentation and exploring new ideas that may or may not make it into the main dotnet/runtime repo.
☆1,496Updated last week
Alternatives and similar repositories for runtimelab:
Users that are interested in runtimelab are comparing it to the libraries listed below
- This repo contains CoreRT, an experimental .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanyi…☆2,902Updated 4 years ago
- Next generation API for .NET☆1,763Updated 2 weeks ago
- Clang bindings for .NET written in C#☆1,063Updated 3 weeks ago
- Demo of the potential of C# for systems programming with the .NET native ahead-of-time compilation technology.☆2,065Updated 9 months ago
- Run C# scripts from the .NET CLI.☆2,876Updated 5 months ago
- A library to provide pooling for .NET MemoryStream objects to improve application performance.☆2,054Updated 3 weeks ago
- .NET language playground☆2,827Updated 5 months ago
- C# as you know it but with Go-inspired tooling (small, selfcontained, and native executables)☆3,778Updated 2 months ago
- Source browser website generator that powers https://source.dot.net, https://referencesource.microsoft.com and https://sourceroslyn.io☆1,113Updated 4 months ago
- A source generator to add a user-defined set of Win32 P/Invoke methods and supporting types to a C# project.☆2,264Updated last week
- .NET Core library for dynamically loading code☆1,685Updated 4 months ago
- A cross-platform C# editor based on Roslyn and AvalonEdit☆2,633Updated this week
- Command line parsing, invocation, and rendering of terminal output.☆3,516Updated this week
- A tiny, friendly, C# parser construction library☆2,422Updated last year
- A library for adding scripting to .NET applications. Supports V8 (Windows, Linux, macOS) and JScript/VBScript (Windows).☆1,876Updated 2 weeks ago
- ☆1,639Updated this week
- High performance understanding for stack traces (Make error logs more productive)☆2,830Updated last year
- Fast Compiler for C# Expression Trees and the lightweight LightExpression alternative. Diagnostic and code generation tools for the expre…☆1,265Updated this week
- Extensible tool for weaving .net assemblies☆4,440Updated 3 weeks ago
- Main repository for the Core WCF project☆1,712Updated last month
- A .NET library to run C# code in parallel on the GPU through DX12, D2D1, and dynamically generated HLSL compute and pixel shaders, with t…☆2,930Updated 3 weeks ago
- A lightweight and fast parsing library for C#.☆998Updated 3 weeks ago
- C# scripting platform☆1,761Updated this week
- Source Link enables a great source debugging experience for your users, by adding source control metadata to your built assets☆1,305Updated this week
- The Microsoft.VisualStudio.Threading is a xplat library that provides many threading and synchronization primitives used in Visual Studio…☆1,017Updated last week
- Command line parsing and utilities for .NET