Skip to content

Improve general performance #4

Merged
bscout9956 merged 9 commits into
mainfrom
performance-improve
Apr 23, 2026
Merged

Improve general performance #4
bscout9956 merged 9 commits into
mainfrom
performance-improve

Conversation

@bscout9956

Copy link
Copy Markdown
Owner

This PR improves performance when loading and saving the model, as well as when it generates it.
It includes some new async calls and a few memory tweaks.

Allows for asynchronous file reading

N/A
…emory usage

I'm also managing scope better. Truthfully, despite profiling with pympler and other tools, I haven't reached a conclusion about what makes this so heavy. Though there are excessive amounts of dicts, lists, tuples and strings loaded when the model is running. I am not sure what can be done but to alter the original library.
@bscout9956 bscout9956 merged commit 8196e8a into main Apr 23, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant