slot_map
A slot map is a high-performance associative container with persistent unique 32/64 bit keys to access stored values. (by SergeyMakeev)
apecs
A petite entity component system (by fullptr)
slot_map | apecs | |
---|---|---|
1 | 2 | |
283 | 17 | |
- | - | |
4.6 | 1.8 | |
about 1 year ago | about 3 years ago | |
C++ | C++ | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
slot_map
Posts with mentions or reviews of slot_map.
We have used some of these posts to build our list of alternatives
and similar projects.
apecs
Posts with mentions or reviews of apecs.
We have used some of these posts to build our list of alternatives
and similar projects.
-
<coroutine> vs <ranges>: An ECS Example
A few months ago I posted my entity component system where the bulk of the implementation was implemented via coroutines. It was a fairly clean implementation, however in hindsight it was the wrong tool for the job.
-
apecs: A petite entity component system
Library: https://github.com/MagicLemma/apecs
What are some alternatives?
When comparing slot_map and apecs you can also consider the following projects:
fifo_map - a FIFO-ordered associative container for C++
imgui_entt_entity_editor - A drop-in entity editor for EnTT with Dear ImGui
flecs - A fast entity component system (ECS) for C & C++
Tecs - Tecs (Transactional, Thread-safe, Templated ECS)
vista - Fixed-capacity in-place container spans