-
Notifications
You must be signed in to change notification settings - Fork 1
Runtime Cache #105
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers