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

Benchmarking + Optimisation #6

Open
makspll opened this issue May 13, 2022 · 2 comments
Open

Benchmarking + Optimisation #6

makspll opened this issue May 13, 2022 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers optimization Things to do with making the crate faster

Comments

@makspll
Copy link
Owner

makspll commented May 13, 2022

The crate is very new, and I am not that familiar with Rust + Bevy,

Baseline benchmarks should be written, and code optimised.

A good start would be, not running scripts which do not have any callbacks corresponding to the set of events fired this frame.

@makspll makspll added enhancement New feature or request good first issue Good for newcomers labels May 13, 2022
@makspll
Copy link
Owner Author

makspll commented Dec 8, 2024

For benchmarks I'd like to see:

  • Comparable native bevy calls on world vs doing so from script one liners
  • break down of time consumed by safety mechanisms when accessing something via reflection

@makspll makspll added the optimization Things to do with making the crate faster label Feb 1, 2025
@makspll
Copy link
Owner Author

makspll commented Feb 1, 2025

#232 is part of the initial work towards this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers optimization Things to do with making the crate faster
Projects
None yet
Development

No branches or pull requests

1 participant