DragonSpit / HPCsharpLinks
High performance algorithms in C#: SIMD/SSE, multi-core and faster
☆279Updated last year
Alternatives and similar repositories for HPCsharp
Users that are interested in HPCsharp are comparing it to the libraries listed below
Sorting:
- Utilized native-memory backed array for .NET and Unity - over the 2GB limitation and support the modern API(IBufferWriter, ReadOnlySequen…☆308Updated last month
- LINQ for Span<T>, without memory allocations.☆263Updated last year
- Faster.Map is a high-performance, memory-efficient HashMap. Designed for extreme speed and scalability, it includes specialized implement…☆115Updated 3 months ago
- Implementation in C# of LINQ concept with struct☆305Updated last year
- The fastest and most memory efficient binary serialization library for .NET Standard 2.1, powered by dynamic IL generation☆342Updated 2 years ago
- The ultimate fast alternative to Activator.CreateInstance<T> / new T()☆259Updated last week
- Easy to use SIMD accelerated Array and Span methods☆91Updated 2 years ago
- Alloc-free and fast replacement for Linq, with code generation☆312Updated 11 months ago
- Fast, low-allocation ports of List, Dictionary, HashSet, Stack, and Queue using ArrayPool and Span.☆576Updated last year
- [work-in-progress] Highly functional and performant UTF-8 string primitive for C#☆174Updated 10 months ago
- A pure C# implementation of xxhash algorithm☆274Updated last year
- Varena is a .NET library that provides a fast and lightweight arena allocator using virtual memory.☆188Updated last year
- ☆195Updated 5 months ago
- Source Generator and .NET 8 UnsafeAccessor based high-performance strongly-typed private accessor for unit testing and runtime.☆246Updated last year
- Fast, idiomatic C# implementation of Flatbuffers☆537Updated 3 weeks ago
- Successor of ZString; UTF8 based zero allocation high-peformance String Interpolation and StringBuilder.☆186Updated last month
- C# implementation of a Rope<T> immutable data structure.☆123Updated 7 months ago
- .NET Reflection Made Fast and Simple ⛺☆297Updated 4 years ago
- Linq-like extension functions for Arrays, Span<T>, and List<T> that are faster and allocate less.☆760Updated 5 years ago
- High performance, thread-safe in-memory caching primitives for .NET☆541Updated last week
- Inject arbitrary IL code at compile time.☆248Updated last month
- A simple, easy to use, strongly-typed, async wrapper around .NET named pipes.☆317Updated this week
- Step by step guide on how to debug a C# SourceGenerator in Visual Studio 2022☆132Updated 2 years ago
- Implementation of a lock-free dictionary on .Net.☆514Updated 4 months ago
- A simple, single file, implementation of a circular buffer in C#.☆239Updated 11 months ago
- .NET tool to analyze size of Native AOT binaries.☆380Updated 2 months ago
- Lightweight, Fast JWT(JSON Web Token) implementation for .NET.☆220Updated last week
- Samples for ILGPU and ILGPU.Lightning☆64Updated 3 years ago
- SpanJson is a JSON serializer for .NET Core 6.0+☆440Updated 8 months ago
- A collection of SIMD (AVX2 & AVX512) accelerated mathematical functions for .NET☆69Updated last year