xoofx / StackAllocForClass
Sample repository for a prototype of a new stackalloc operator for class with CoreCLR and Roslyn
☆22Updated last year
Alternatives and similar repositories for StackAllocForClass:
Users that are interested in StackAllocForClass are comparing it to the libraries listed below
- Straightforward nint and nuint native integers, written in IL, probably second best to proper compiler support. Fully functional.☆28Updated 6 years ago
- This Visual Studio Extension allows Developers to search their code base using C# script and the Roslyn API.☆14Updated 9 years ago
- Tool to investigate the performance impact of inlines in the CoreCLR☆15Updated 7 years ago
- Metadata-based part discovery for MEF, uses the Roslyn metadata reader and is faster than reflection.☆18Updated 9 years ago
- Provides structs that wrap pointers, and Unsafe methods for converting to and from `ref` pointers of any type.☆21Updated last year
- Efficient implementations of standard .NET collection interfaces using tree data structures☆46Updated 4 years ago
- Blittable .NET structs☆16Updated 9 years ago
- Playground for testing msbuild in a "server" mode☆16Updated last year
- An analyzer for Non-Copyable structs.