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

Optimize TaskPools for use in static variables. #12990

Draft
wants to merge 14 commits into
base: main
Choose a base branch
from

Commits on Apr 17, 2024

  1. Create StaticTaskPool

    james7132 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    79afea5 View commit details
    Browse the repository at this point in the history
  2. Try to fix tests

    james7132 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    2123255 View commit details
    Browse the repository at this point in the history
  3. Fix missing docs

    james7132 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    e8ff5d6 View commit details
    Browse the repository at this point in the history
  4. Fix CI...ish

    james7132 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    a421024 View commit details
    Browse the repository at this point in the history
  5. Clippy

    james7132 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    9cbf531 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f0576c2 View commit details
    Browse the repository at this point in the history
  7. Formatting

    james7132 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    84047cf View commit details
    Browse the repository at this point in the history
  8. Cleanup use statements

    james7132 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    bdafdda View commit details
    Browse the repository at this point in the history
  9. Try to fix the assets tests

    james7132 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    df55aaf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3198f7e View commit details
    Browse the repository at this point in the history
  11. Fix CI

    james7132 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    0995554 View commit details
    Browse the repository at this point in the history
  12. Typo

    james7132 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    c8dd6a5 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Use thread_num instead of the lock.

    Co-authored-by: Afonso Lage <[email protected]>
    james7132 and afonsolage authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    dc7877e View commit details
    Browse the repository at this point in the history
  2. Address review comments

    james7132 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    aa6b1b3 View commit details
    Browse the repository at this point in the history