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

Perf check the whole enum Command architecture #4

Open
2 tasks
MSGhero opened this issue Jul 21, 2024 · 0 comments
Open
2 tasks

Perf check the whole enum Command architecture #4

MSGhero opened this issue Jul 21, 2024 · 0 comments
Assignees
Labels
performance Speed and memory

Comments

@MSGhero
Copy link
Owner

MSGhero commented Jul 21, 2024

The big one, in order to fully understand its downsides (or upsides if it ends up being good).

  • Memory implications of enums with multiple parameters
  • Duration implications of multiple commands

Something like Bunnymark would more be profiling Heaps since there's not much mono2d-wise happening there. Something like custom events per command is the alternative to enum based commands.

@MSGhero MSGhero self-assigned this Jul 21, 2024
@MSGhero MSGhero added the performance Speed and memory label Jul 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Speed and memory
Projects
None yet
Development

No branches or pull requests

1 participant