ILGPU compiler and runtime library for convenient and high-performance GPU programming in .Net.
Samples can be found in the GitHub repository: https://github.com/m4rs-mt/ILGPU.Samples
.NET Low Level Interop Bindings for Ubiquity.LibLLVM. Direct use of this low level API is discouraged, instead you should use the Llvm.NET package, which provides a full C# object model projection of the LLVM APIs on top of this library.
.NET Low Level Interop Bindings for Ubiquity.LibLLVM. Direct use of this low level API is discouraged, instead you should use the Ubiquity.NET.Llvm package, which provides a full C# object model projection of the LLVM APIs on top of this library.
Open source JIT Dependency Injection. Just another one - we know! But this follows the same design principles of Google's Guice. MIT License
Has been used in 20+ Games which have had a combined download of 25M. Production ready!
Associative collection like usual Dictionary<TKey, TValue>, but with comparer type preserved instead of hiding behind the interface.
Enables devirtualization of calls to the key comparer.
Enables reusing instances of inner array of entries via ArrayPool<T>.Shared.
Provides ToFictionary() extension...
More information