DragonSpit / HPCsharpLinks
High performance algorithms in C#: SIMD/SSE, multi-core and faster
☆330Updated 3 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…☆318Updated last month
- Faster.Map — A blazing-fast, memory-efficient HashMap library for .NET. Featuring SIMD-optimized DenseMap, lock-free CMap, and high-perfo…☆122Updated 3 weeks ago
- The ultimate fast alternative to Activator.CreateInstance<T> / new T()☆270Updated 2 months ago
- Implementation in C# of LINQ concept with struct☆305Updated last year
- Successor of ZString; UTF8 based zero allocation high-peformance String Interpolation and StringBuilder.☆202Updated last month
- LINQ for Span<T>, without memory allocations.☆281Updated 2 years ago
- Fast, idiomatic C# implementation of Flatbuffers☆550Updated 5 months 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☆346Updated 2 years ago
- Universal binary serializer for a wide variety of scenarios https://discord.gg/FGaCX4c☆503Updated last year
- Easy to use SIMD accelerated Array and Span methods☆92Updated 3 years ago
- Structure of arrays source generator to make CPU Cache and SIMD friendly data structure for high-performance code in .NET and Unity.☆317Updated last month
- Alloc-free and fast replacement for Linq, with code generation☆314Updated last year
- Source Generator and .NET 8 UnsafeAccessor based high-performance strongly-typed private accessor for unit testing and runtime.☆246Updated last year
- Varena is a .NET library that provides a fast and lightweight arena allocator using virtual memory.☆193Updated last year
- [work-in-progress] Highly functional and performant UTF-8 string primitive for C#☆178Updated last year
- Fast, low-allocation ports of List, Dictionary, HashSet, Stack, and Queue using ArrayPool and Span.☆586Updated last year
- A simple, single file, implementation of a circular buffer in C#.☆248Updated last year
- High performance, thread-safe in-memory caching primitives for .NET☆562Updated last month
- Port of zstd compression library to c#☆332Updated last week
- ☆201Updated 10 months ago
- Lightweight, Fast JWT(JSON Web Token) implementation for .NET.☆222Updated 5 months ago
- A collection of SIMD (AVX2 & AVX512) accelerated mathematical functions for .NET☆74Updated last year
- .NET tool to analyze size of Native AOT binaries.☆412Updated 4 months ago
- Simplify call an external process with the async streams in C# 8.0.☆527Updated last month
- Inject arbitrary IL code at compile time.☆256Updated last week
- C# implementation of a Rope<T> immutable data structure.☆130Updated last year
- .NET Reflection Made Fast and Simple ⛺☆299Updated 5 years ago
- Utf8 based StreamReader for high performance text processing.☆241Updated last month
- Linq-like extension functions for Arrays, Span<T>, and List<T> that are faster and allocate less.☆761Updated last month