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

Reduce memory usage by up to 50% #67

Merged
merged 1 commit into from
Feb 15, 2024
Merged

Reduce memory usage by up to 50% #67

merged 1 commit into from
Feb 15, 2024

Conversation

justindhillon
Copy link
Owner

We were using an array to hold all the processes in the queue. When we deleted an element, it didn't free up memory. So now it is an object, and deleting links actually saves memory.

@justindhillon justindhillon changed the title Reduce memery usage by up to 50% Reduce memory usage by up to 50% Feb 13, 2024
@justindhillon justindhillon merged commit 5866aa7 into main Feb 15, 2024
1 check 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