Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
96 changes: 48 additions & 48 deletions README.md

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions data/benchmarks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
description: Benchmarks of common ECS (Entity-Component-System)-Frameworks in C/C++
github: abeimler/ecs_benchmark
_meta:
stars: 291
stars: 294
last_commit: '2024-08-16'
license: MIT
language: C++
Expand All @@ -12,8 +12,8 @@
description: 'Benchmarks of the main ECS Frameworks for: C#'
github: Doraku/Ecs.CSharp.Benchmark
_meta:
stars: 174
last_commit: '2025-02-22'
stars: 176
last_commit: '2026-04-25'
license: MIT-0
language: C#
- name: ECS C# Benchmark - Common uses-cases
Expand All @@ -39,6 +39,6 @@
github: jeffzi/lua-ecs-benchmark
_meta:
stars: 9
last_commit: '2026-03-17'
last_commit: '2026-03-15'
license: MIT
language: Lua
Loading