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

Add pool decorator to functions #489

Merged
merged 23 commits into from
Feb 7, 2024
Merged

Add pool decorator to functions #489

merged 23 commits into from
Feb 7, 2024

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    4a4a207 View commit details
    Browse the repository at this point in the history
  2. Fix pool_decorator

    Yaoyx committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    ad822b7 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    a24de97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5dacb3 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    554dfd6 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Configuration menu
    Copy the full SHA
    baf25a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b2e6dc View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. Configuration menu
    Copy the full SHA
    796a1bd View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    ea3b5e4 View commit details
    Browse the repository at this point in the history
  2. swith to multiprocess

    Yaoyx committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    ae8e15f View commit details
    Browse the repository at this point in the history
  3. change job back to lambda

    Yaoyx committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    81b9045 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    074c58b View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    0a99714 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de3b165 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. Configuration menu
    Copy the full SHA
    23b5a0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    527b866 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f3d04d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c46509 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. 1.move logging into decorator 2. use map_functor as the argument name…

    … 3. add explicit docstring to pool_decorator 4. all pool.terminate() 5. support third-party map functor
    Yaoyx committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    dd66b4e View commit details
    Browse the repository at this point in the history
  2. remove unused imports

    Yaoyx committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    7bc5f5a View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. remove unused imports in cli

    Yaoyx committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    332e2e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b385e88 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2876721 View commit details
    Browse the repository at this point in the history