Skip to content

Features: Adds module isolation support #514

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

Merged
merged 1 commit into from
Apr 27, 2022

Conversation

LordHepipud
Copy link
Collaborator

Improves writing and publishing of modules, by ensuring that only certain functions are exported and modules have an own compilation file for loading.

This reduces load times, execution time and in addition allows modules to be isolated from each other, making it impossible to hijack certain code for not exported functions.

@cla-bot cla-bot bot added the cla/signed label Apr 27, 2022
@LordHepipud LordHepipud force-pushed the feature/improve_module_isolation branch from d3bb7a5 to fa0132f Compare April 27, 2022 09:20
@LordHepipud LordHepipud added this to the v1.9.0 milestone Apr 27, 2022
@LordHepipud LordHepipud added the Enhancement New feature or request label Apr 27, 2022
@LordHepipud LordHepipud self-assigned this Apr 27, 2022
@LordHepipud LordHepipud merged commit cb613f3 into master Apr 27, 2022
@LordHepipud LordHepipud deleted the feature/improve_module_isolation branch April 27, 2022 09:21
@LordHepipud LordHepipud linked an issue May 16, 2022 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla/signed Enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

High CPU usage
1 participant