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

Cleanup scheduler::buckets class #4280

Merged
merged 4 commits into from
Sep 8, 2023

Conversation

clemahieu
Copy link
Contributor

This patch does a number of cleanups to the scheduler::buckets class.

  • Extracts a previously nested class into its own file scheduler::bucket.
  • Replaces usages of vectors with deques as only indexing is needed, not contiguous allocation.
  • Removed buckets::schedule as it's confusing and not needed
  • Using more unique_ptr to reduce class definition inclusion requirements

@clemahieu clemahieu merged commit afa344e into nanocurrency:develop Sep 8, 2023
15 of 17 checks 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.

2 participants