DragonSpit / HPCsharpLinks
High performance algorithms in C#: SIMD/SSE, multi-core and faster
☆331Updated last week
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…☆323Updated last month
- Faster.Map — A blazing-fast, memory-efficient HashMap library for .NET. Featuring SIMD-optimized DenseMap, lock-free CMap, and high-perfo…☆132Updated this week
- The ultimate fast alternative to Activator.CreateInstance<T> / new T()☆271Updated last month
- Implementation in C# of LINQ concept with struct☆307Updated last year
- Alloc-free and fast replacement for Linq, with code generation☆315Updated last year
- Successor of ZString; UTF8 based zero allocation high-peformance String Interpolation and StringBuilder.☆205Updated 3 months ago
- A pure C# implementation of xxhash algorithm☆282Updated 2 years ago
- LINQ for Span<T>, without memory allocations.☆282Updated 2 years ago
- Fast, idiomatic C# implementation of Flatbuffers☆554Updated 7 months ago
- [work-in-progress] Highly functional and performant UTF-8 string primitive for C#☆178Updated last year
- The fastest and most memory efficient binary serialization library for .NET Standard 2.1, powered by dynamic IL generation☆345Updated 3 years ago
- Universal binary serializer for a wide variety of scenarios https://discord.gg/FGaCX4c☆503Updated 2 years ago
- Easy to use SIMD accelerated Array and Span methods☆92Updated 3 years ago
- ☆201Updated last year
- Varena is a .NET library that provides a fast and lightweight arena allocator using virtual memory.☆195Updated last year
- Source Generator and .NET 8 UnsafeAccessor based high-performance strongly-typed private accessor for unit testing and runtime.☆248Updated last year
- Structure of arrays source generator to make CPU Cache and SIMD friendly data structure for high-performance code in .NET and Unity.☆321Updated last month
- A collection of SIMD (AVX2 & AVX512) accelerated mathematical functions for .NET☆74Updated last year
- A simple, single file, implementation of a circular buffer in C#.☆249Updated last year
- ☆171Updated 2 years ago
- Fast, low-allocation ports of List, Dictionary, HashSet, Stack, and Queue using ArrayPool and Span.☆592Updated last year
- Lightweight, Fast JWT(JSON Web Token) implementation for .NET.☆221Updated 6 months ago
- A feature-packed .NET MessagePack serialization library with great performance and simplicity. msgpack.io[C#]☆134Updated this week
- Utf8 based StreamReader for high performance text processing.☆243Updated 3 months ago
- VS2022 Add-in. Click on any method or class to see what .NET Core's JIT generates for them (ASM).☆705Updated 5 months ago
- High performance, thread-safe in-memory caching primitives for .NET☆567Updated 2 months ago
- Inject arbitrary IL code at compile time.☆257Updated last week
- Port of zstd compression library to c#☆348Updated this week
- Simplify call an external process with the async streams in C# 8.0.☆543Updated 3 months ago
- Implementation of a lock-free dictionary on .Net.☆534Updated 10 months ago