badamczewski / DataOrientedDesignLinks
Sample codes from my Lectures and Trainings on DoD
☆50Updated 4 years ago
Alternatives and similar repositories for DataOrientedDesign
Users that are interested in DataOrientedDesign are comparing it to the libraries listed below
Sorting:
- Zero allocation valuetype based fixed string implementation (8/16/32/64) for .NET 7+☆84Updated last year
- SuperluminalPerf is a small .NET managed wrapper around the Superluminal PerformanceAPI.☆40Updated last year
- The combined Langly runtime☆33Updated 3 years ago
- Interop bindings for mimalloc.☆43Updated 3 months ago
- Drop-in-place Memory and Performance optimizations for LINQ☆24Updated 4 years ago
- A replacement for the generic HashSet<T> that is usually faster, has more predictable memory allocations, and uses C# 7.x ref returns and…☆25Updated 6 years ago
- Span-ify your code: write high performance memory aware C#☆70Updated 2 months ago
- This library provides fast, lightweight and low-level memory allocators for .NET (e.g TLSF)☆39Updated 10 months ago
- An analyzer for Non-Copyable structs.☆32Updated 2 years ago
- ☆12Updated 4 years ago
- C# version for the The One Billion Row Challenge☆31Updated last year
- Optimized allocation free implementation of IList using ArrayPool.☆54Updated 10 months ago
- Tiny and simple data format/serializer.☆22Updated this week
- Infrastructure for high performance code.☆64Updated 7 years ago
- Bounded multiple producers multiple consumers queue for .NET☆57Updated 2 years ago
- Parse any type from string in efficient way☆35Updated 2 weeks ago
- This library provides struct based collections for high performance and low memory usage☆34Updated 7 months ago
- This project aims to rename all C# intrinsic names to their more compact C/C++ counterparts that the industry uses.☆50Updated 4 years ago
- An alternative to LinkedList<T> with reverse operation and enumeration without allocation.☆17Updated last year
- An experimental .NET asymmetric serializer, designed for write-heavy enviroments with a synchronous flow.☆20Updated 6 years ago
- Port of https://github.com/cmuratori/meow_hash to .NET Core☆18Updated 4 years ago
- Easy to use SIMD accelerated Array and Span methods☆91Updated 2 years ago
- High-performance network packet decoding and packet decoder source generator☆39Updated 4 months ago
- .NET library in C# that offers generic extension methods for C++-style reinterpret_cast for select Types.☆23Updated last week
- A lightweight utility library to create a Roslyn AdhocWorkspace from an existing solution or a csproj☆76Updated last year
- ☆29Updated 5 years ago
- Linq for Span<T> using SourceGenerators☆53Updated 4 years ago
- A bitstream that offers (de)serialization in binary format☆11Updated 3 years ago
- High performance SIMD operations in c#☆44Updated 6 years ago
- An allocation free Task-like object for async methods☆39Updated 11 months ago