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

Added test coverage for batched_parmap #105

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Jul 4, 2024

  1. Added test coverage for batched_parmap function and improved its read…

    …ability by simplifying the implementation. Also improved the performance by utilizing list.extend method instead of `+` concatenation. Extension modifies a list in place, instead of creating a new list by `+`
    atapin committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    56ba20c View commit details
    Browse the repository at this point in the history
  2. returned a removed pragma

    atapin committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    d314eaa View commit details
    Browse the repository at this point in the history
  3. added a type hint

    atapin committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    fad6dc1 View commit details
    Browse the repository at this point in the history