sean butler

multi language entity component system benchmark experiment

cpp   rust   ecs   selected

Experimental Comparison of C++ Rust and Go and their most populat entity component systems.

Histogram Results

Existing benchmarks of entity component sytems appear to use rather static loads (though with lots of components). For this experiment we wanted to examine:

1 the differences between the three most popular c-like languages made 2 more dynamic loads with the creation and removal of components along with some additional operations

We forked and customised an existing benchmark system for gathering test results from code made in a range of programming languages that then compiling them into visualised graphs. The majority of the actual coding was done by my student Cirtoyt a graduate of UWE Games Tech. Thanks Conrad!

Results

This repo contains all the code and data and configuration files