Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Benchmark hot ECS code #12

Open
3 of 7 tasks
BD103 opened this issue Jun 27, 2024 · 0 comments
Open
3 of 7 tasks

Benchmark hot ECS code #12

BD103 opened this issue Jun 27, 2024 · 0 comments

Comments

@BD103
Copy link
Member

BD103 commented Jun 27, 2024

After asking on Discord, @alice-i-cecile helpfully suggested a few methods that should be benchmarked. These include:

  • Query::get() and get_mut()
  • Query::iter() and iter_mut()
  • Query::par_iter() and par_iter_mut()
  • Commands::spawn()
  • Commands::spawn_batch()
  • App::update() (for multiple configurations, such as DefaultPlugins, MinimalPlugins, no plugins at all)
  • EventWriter and EventReader
BD103 added a commit that referenced this issue Jul 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant