-
-
Notifications
You must be signed in to change notification settings - Fork 171
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
reduce memory footprint #1836
Comments
Done:
Still TODO - probably using imp.find_module to do a lazy module presence check:
|
According to https://stackoverflow.com/a/29579072/428751 : CPython never unloads its C extension modules. As for the packet encoders and packet compressors, it would be really tedious to use lazy loading here and those libraries are very small anyway. So this will do for now. @maxmylyn: mostly a FYI, you probably won't be able to spot the small decrease in memory usage unless you also take advantage of #1838 to completely turn off some subsystems. |
The text was updated successfully, but these errors were encountered: