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 consumption #21

Closed
natecraddock opened this issue Feb 9, 2023 · 0 comments
Closed

Reduce memory consumption #21

natecraddock opened this issue Feb 9, 2023 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@natecraddock
Copy link
Owner

Zf uses an arena allocator for speed, and does not free memory during the application's runtime.

Each time the filter function is run, a new slice of Candidates is allocated, meaning that memory use grows as zf is run.

Even though zf is intended to be a short-lived program, we should still use as little memory as possible.

@natecraddock natecraddock added the enhancement New feature or request label Feb 9, 2023
@natecraddock natecraddock added this to the 0.7.0 milestone Feb 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant