/Ecs.CSharp.Benchmark

Benchmarks of some C# ECS frameworks.

Primary LanguageC#MIT No AttributionMIT-0

ECS c# Benchmark

This repo contains benchmarks of some c# ECS frameworks. Feel free to add your own or correct usage of existing ones! Please make you framework available as a nuget package to ease referencing and updating versions.

Tested frameworks:

Create entities with one component.

Create entities with two components.

Create entities with three components.

Modify entities with one component.

Modify entities with two components.

Modify entities with three components.