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

Remove pointless autoload files & optimise startup times #4813

Open
w0rp opened this issue Aug 2, 2024 · 0 comments
Open

Remove pointless autoload files & optimise startup times #4813

w0rp opened this issue Aug 2, 2024 · 0 comments
Assignees
Milestone

Comments

@w0rp
Copy link
Member

w0rp commented Aug 2, 2024

Over time ALE builds up a lot of autoload files in the project that add to the runtime cost of running ALE, and often these files contain only 1 or 2 functions in them at a time. Over time, people learn bad habits by reading the code of adding in new autoload files, which make the runtime cost worse.

It's time we had another pass over the codebase and eliminated more pointless uses of autoload files, even if we have some light code duplication, as that will make ALE a little bit faster and the code easier to read.

@w0rp w0rp added this to the Version 4.0.0 milestone Aug 2, 2024
@w0rp w0rp self-assigned this Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: To Do
Development

No branches or pull requests

1 participant