DotNetCross / NativeInts
Straightforward nint and nuint native integers, written in IL, probably second best to proper compiler support. Fully functional.
☆28Updated 6 years ago
Alternatives and similar repositories for NativeInts:
Users that are interested in NativeInts are comparing it to the libraries listed below
- Provides structs that wrap pointers, and Unsafe methods for converting to and from `ref` pointers of any type.☆21Updated last year
- Playground for testing msbuild in a "server" mode☆16Updated last year
- Efficient implementations of standard .NET collection interfaces using tree data structures☆46Updated 4 years ago
- Metadata-based part discovery for MEF, uses the Roslyn metadata reader and is faster than reflection.☆18Updated 9 years ago
- A command-line tool that shows what namespaces you am-using.☆27Updated 2 years ago
- .NET library for working with Roslyn's syntax trees☆23Updated 3 weeks ago
- Making .NET open source accessible!☆26Updated 7 years ago
- A .NET 5 source generator proof of concept that allows executing a method during compilation, so that it can be really fast during runtim…☆20Updated 4 years ago
- Global type inference for C# 8 nullable reference types☆36Updated 3 months ago
- Provides methodof, propertyof and fieldof equivalents of typeof .☆65Updated 3 months ago
- Composable subset of the VS-Editor platform that's UI-agnostic to allow cross-platform unit-testing scenarios☆28Updated 4 years ago
- An allocation free Task-like object for async methods☆39Updated 10 months ago
- Helper objects to browse complex structures returned by ClrMD☆63Updated last year
- A lightweight read-only git library written entirely in .NET☆30Updated 3 years ago
- A lightweight utility library to create a Roslyn AdhocWorkspace from an existing solution or a csproj☆76Updated last year
- Allocation-free string-like type, string interning cache and allocation-free versions of StringBuilder/TextWriter.Write(int).☆30Updated 5 years ago
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆70Updated 2 years ago
- A port of the dotnet/runtime RyuJIT compiler to C#☆47Updated 11 months ago
- Fast Accessors for .Net☆33Updated 2 years ago
- ☆23Updated 4 years ago
- ☆29Updated 5 years ago
- Attempts to calculate the size of managed options (heap size) from within an application. Basically, compare this library to the SOS !Obj…☆21Updated last year
- Read & edit .sln solution files with various tools: .Subsln files, Visual Studio plugin, command line tool & .NET libraries.☆26Updated 2 years ago
- Common Intermediate Language (CIL) assembler available as a library, based on Mono assembler.☆55Updated last year
- Dictionary (memory) optimized for a small number of items☆13Updated 7 years ago
- Scoped completion tracking and error handling of tasks as an alternative to fire-and-forget/async void. Easy and test-friendly.☆50Updated last year
- Add x64 intrinsics to .NET through the use of ungodly hacks☆16Updated 9 years ago
- This Visual Studio Extension allows Developers to search their code base using C# script and the Roslyn API.☆14Updated 9 years ago
- ☆16Updated 3 years ago
- A small helper library, that allows you to find the source file of a type at runtime, based on the debug information included in the type…☆11Updated 4 years ago