ECS.CSharp.Benchmark-common-use-cases
ECS benchmarks
A benchmarking project comparing the performance of common use cases in multiple C# Entity-Component-System (ECS) frameworks.
Benchmark 🏁 of C# ECS frameworks comparing multiple use cases
22 stars
1 watching
3 forks
Language: C#
last commit: 9 days ago
Linked from 1 awesome list
benchmarkcsharpecsentity-component-system
Related projects:
Repository | Description | Stars |
---|---|---|
doraku/ecs.csharp.benchmark | A collection of benchmarks comparing the performance and memory usage of various C# Entity Component Systems (ECS) frameworks. | 130 |
abeimler/ecs_benchmark | A collection of benchmarks comparing the performance and scalability of popular Entity-Component-System frameworks in C++ | 220 |
friflo/friflo.json.fliox | An Entity Component System (ECS) and Object-Relational Mapping (ORM) implementation for C# | 164 |
chillu1/csharpecscomparison | A comparison table of popular C# ECS frameworks | 51 |
beancheeseburrito/flecs.net | A C# wrapper for an entity-component-system (ECS) game development library | 147 |
genaray/arch | A high-performance ECS implementation in C# | 1,042 |
bit-phlippers/cl-ecs | An implementation of the Entity-Component-System pattern in Common Lisp | 7 |
outfox/fennecs | An Entity-Component System implementation in C# targeting .NET 8 | 229 |
frengels/matter | An ECS implementation using C++20 and template metaprogramming for highly parallel systems. | 20 |
judelco/entitas-cpp | A fast and efficient Entity Component System framework for C++ game development. | 339 |
kirillochnev/mustache | An Entity Component System framework allowing fast component iteration and multithreading support. | 34 |
vberlier/goomy | An experimental ECS framework that uses template metaprogramming to simplify component management and dependency injection. | 12 |
digitalinblue/celero | A C++ benchmarking library for measuring code performance and comparing results across different configurations. | 824 |
mewssystems/funcsharp | A C# library that introduces advanced functional programming concepts and provides tools to reduce boilerplate code and improve type safety | 102 |
dustincampbell/csharpessentials | A collection of tools to simplify C# development with Roslyn diagnostics and code fixes. | 160 |