DragonSpit / HPCsharpLinks
High performance algorithms in C#: SIMD/SSE, multi-core and faster
☆336Updated 2 weeks ago
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…☆326Updated 2 weeks ago
- Faster.Map — A blazing-fast, memory-efficient HashMap library for .NET. Featuring SIMD-optimized DenseMap, lock-free CMap, and high-perfo…☆135Updated 2 weeks ago
- A pure C# implementation of xxhash algorithm☆284Updated 2 years ago
- Implementation in C# of LINQ concept with struct☆308Updated 2 years ago
- Alloc-free and fast replacement for Linq, with code generation☆315Updated last year
- The ultimate fast alternative to Activator.CreateInstance<T> / new T()☆270Updated this week
- Fast, idiomatic C# implementation of Flatbuffers☆558Updated 7 months ago
- Successor of ZString; UTF8 based zero allocation high-peformance String Interpolation and StringBuilder.☆206Updated 3 months ago
- Easy to use SIMD accelerated Array and Span methods☆93Updated 3 years ago
- [work-in-progress] Highly functional and performant UTF-8 string primitive for C#☆179Updated last year
- LINQ for Span<T>, without memory allocations.☆282Updated 2 years ago
- The fastest and most memory efficient binary serialization library for .NET Standard 2.1, powered by dynamic IL generation☆345Updated 3 years ago
- 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.☆249Updated last year
- Universal binary serializer for a wide variety of scenarios https://discord.gg/FGaCX4c☆503Updated 2 years ago
- ☆201Updated last year
- A simple, single file, implementation of a circular buffer in C#.☆249Updated last year
- Structure of arrays source generator to make CPU Cache and SIMD friendly data structure for high-performance code in .NET and Unity.☆322Updated 2 weeks ago
- Inject arbitrary IL code at compile time.☆257Updated last week
- A collection of SIMD (AVX2 & AVX512) accelerated mathematical functions for .NET☆75Updated last year
- Simplify call an external process with the async streams in C# 8.0.☆544Updated 3 months ago
- Lightweight, Fast JWT(JSON Web Token) implementation for .NET.☆222Updated 7 months ago
- Fast, low-allocation ports of List, Dictionary, HashSet, Stack, and Queue using ArrayPool and Span.☆593Updated last year
- ☆171Updated 3 years ago
- Port of zstd compression library to c#☆358Updated last week
- Experimenting with dotnet runtime.☆308Updated last month
- Materials about memory optimization and zero-allocation samples.☆137Updated 2 weeks ago
- Utf8 based StreamReader for high performance text processing.☆244Updated 3 months ago
- .NET Reflection Made Fast and Simple ⛺☆303Updated 5 years ago
- Dirichlet .NET Number Theory Library☆98Updated 4 years ago