DragonSpit / HPCsharpLinks
High performance algorithms in C#: SIMD/SSE, multi-core and faster
☆322Updated 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…☆315Updated last week
- Implementation in C# of LINQ concept with struct☆305Updated last year
- LINQ for Span<T>, without memory allocations.☆281Updated 2 years ago
- A pure C# implementation of xxhash algorithm☆280Updated 2 years ago
- The fastest and most memory efficient binary serialization library for .NET Standard 2.1, powered by dynamic IL generation☆343Updated 2 years ago
- Faster.Map is a high-performance, memory-efficient HashMap. Designed for extreme speed and scalability, it includes specialized implement…☆119Updated last month
- The ultimate fast alternative to Activator.CreateInstance<T> / new T()☆267Updated 2 weeks ago
- Universal binary serializer for a wide variety of scenarios https://discord.gg/FGaCX4c☆502Updated last year
- Successor of ZString; UTF8 based zero allocation high-peformance String Interpolation and StringBuilder.☆196Updated last week
- Alloc-free and fast replacement for Linq, with code generation☆313Updated last year
- A collection of SIMD (AVX2 & AVX512) accelerated mathematical functions for .NET☆70Updated last year
- Fast, idiomatic C# implementation of Flatbuffers☆544Updated 3 months ago
- Easy to use SIMD accelerated Array and Span methods☆92Updated 2 years ago
- A simple, single file, implementation of a circular buffer in C#.☆246Updated last year
- [work-in-progress] Highly functional and performant UTF-8 string primitive for C#☆175Updated last year
- Fast, low-allocation ports of List, Dictionary, HashSet, Stack, and Queue using ArrayPool and Span.☆578Updated last year
- .NET Reflection Made Fast and Simple ⛺☆297Updated 5 years ago
- Source Generator and .NET 8 UnsafeAccessor based high-performance strongly-typed private accessor for unit testing and runtime.☆247Updated last year
- ☆196Updated 8 months ago
- Port of zstd compression library to c#☆316Updated 3 weeks ago
- Varena is a .NET library that provides a fast and lightweight arena allocator using virtual memory.☆192Updated last year
- Inject arbitrary IL code at compile time.☆252Updated last week
- Dirichlet .NET Number Theory Library☆96Updated 4 years ago
- Linq-like extension functions for Arrays, Span<T>, and List<T> that are faster and allocate less.☆762Updated 5 years ago
- Lightweight, Fast JWT(JSON Web Token) implementation for .NET.☆222Updated 3 months ago
- High performance, thread-safe in-memory caching primitives for .NET☆551Updated this week
- .NET tool to analyze size of Native AOT binaries.☆395Updated 2 months ago
- VS2022 Add-in. Click on any method or class to see what .NET Core's JIT generates for them (ASM).☆698Updated last month
- Implementation of a lock-free dictionary on .Net.☆520Updated 6 months ago
- Delegate-based C# P/Invoke alternative - compatible with all platforms and runtimes.☆503Updated last year