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

[906] Lower memory footprint and other optimisations #907

Closed
wants to merge 11 commits into from

Conversation

magicprinc
Copy link
Contributor

Issue #906

  1. Collections.newSetFromMap(new ConcurrentHashMap<>()) → ConcurrentHashMap.newKeySet()
  2. ThreadTimer registry for monitoring and graceful shutdown in standalone mode
  3. more stable (correct) TASK_COMPARATOR
  4. much less memory usage
  5. prevent unexpected Thread shutdown in case of Errors and Throwables
  6. better cancel for building self-made ScheduledExecutorService

@magicprinc magicprinc mentioned this pull request Nov 3, 2023
@Ladicek
Copy link
Contributor

Ladicek commented Nov 7, 2023

Superseded by #913.

@Ladicek Ladicek closed this Nov 7, 2023
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.

2 participants