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

Runtime Cache #105

Open
vipersniper0501 opened this issue Dec 24, 2020 · 0 comments
Open

Runtime Cache #105

vipersniper0501 opened this issue Dec 24, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@vipersniper0501
Copy link
Owner

A way of possibly speeding up large function such as finding groups and users on system is to have it run once, and then save the results to a global variables. Then whenever this information is needed, the program wont have to search through the whole system again.

You can also only update this after a change has occurred (ie: a new user is added/removed) and run the process as a new thread in the background.

@vipersniper0501 vipersniper0501 added enhancement New feature or request good first issue Good for newcomers labels Dec 24, 2020
@vipersniper0501 vipersniper0501 added this to Back Burner in PyQt5 Script Runner via automation Dec 24, 2020
@vipersniper0501 vipersniper0501 moved this from Back Burner to Up Next [added within ~4-5 weeks] in PyQt5 Script Runner Feb 13, 2021
@vipersniper0501 vipersniper0501 moved this from Up Next [added within ~4-5 weeks] to To do [Features within ~2 weeks] in PyQt5 Script Runner Feb 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
PyQt5 Script Runner
  
To do [Features within ~2 weeks]
Development

No branches or pull requests

1 participant