rj00a / evenio

An event-driven Entity Component System
MIT License
133 stars 14 forks source link

Use `HashMap` in some places to improve performance. #8

Closed rj00a closed 7 months ago

rj00a commented 7 months ago

Falls back to BTreeMap when the std feature is off. Also added more btree vs hashmap benchmarks.