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+☆87Updated last year
- Drop-in-place Memory and Performance optimizations for LINQ☆24Updated 4 years ago
- 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.☆44Updated 4 months ago
- Span-ify your code: write high performance memory aware C#☆71Updated 3 months ago
- High performance SIMD operations in c#☆45Updated 6 years ago
- Small C# code generator. Easily generate code programmatically!☆74Updated 2 years ago
- This library provides fast, lightweight and low-level memory allocators for .NET (e.g TLSF)☆40Updated 11 months ago
- An analyzer for Non-Copyable structs.☆33Updated 3 years ago
- An alternative to LinkedList<T> with reverse operation and enumeration without allocation.☆17Updated last year
- Easy to use SIMD accelerated Array and Span methods☆91Updated 2 years ago
- Sample code to show how to walk the managed heap in C#☆31Updated last year
- C# examples using WebGPU and NativeAOT☆49Updated 2 years ago
- Infrastructure for high performance code.☆64Updated 7 years ago
- Low-level, lightweight and performance-focused serializer for C# struct types that uses Source Generators technology.☆78Updated 3 years ago
- Parse any type from string in efficient way☆35Updated last month
- Concurrency library for .Net☆64Updated 2 months ago
- Simplified, but extremely fast protobuf encoder.☆17Updated last year
- ☆12Updated 4 years ago
- Linq for Span<T> using SourceGenerators☆54Updated 4 years ago
- Low allocation re-implementation of LINQ-to-Objects☆214Updated 7 years 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
- Port of https://github.com/cmuratori/meow_hash to .NET Core☆18Updated 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
- Tiny and simple data format/serializer.☆22Updated this week
- .NET implementation of modified QuadTree, perform faster range searches from very large number of multi-dimensional coordinates in the po…☆40Updated last year
- Extends C# with Mixins.☆27Updated 2 years ago
- Imp.NET is a fast, high-level, object-oriented C# networking library that supports the invocation of remote methods through proxy interfa…☆45Updated 3 years ago
- An allocation free Task-like object for async methods☆39Updated last year