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

Garbage collection frequency #1351

Closed
3 tasks done
wlandau opened this issue Oct 22, 2024 · 1 comment
Closed
3 tasks done

Garbage collection frequency #1351

wlandau opened this issue Oct 22, 2024 · 1 comment
Assignees

Comments

@wlandau
Copy link
Member

wlandau commented Oct 22, 2024

Prework

  • I understand and agree to help guide.
  • I understand and agree to contributing guide.
  • New features take time and effort to create, and they take even more effort to maintain. So if the purpose of the feature is to resolve a struggle you are encountering personally, please consider first posting a "trouble" or "other" issue so we can discuss your use case and search for existing solutions first.

Proposal

Make it possible to only run garbage collection every n'th target, where n is set by the user.

@wlandau wlandau self-assigned this Oct 22, 2024
@wlandau
Copy link
Member Author

wlandau commented Oct 22, 2024

Done. Users can now set e.g. tar_option_set(garbage_collection = 100) to run gc() every hundredth target. This should balance memory and speed.

@wlandau wlandau closed this as completed Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant