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

Use async io where possible to improve runtime performance #163

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

Commits on Nov 30, 2023

  1. Some cleanups; replace final pypi data retrieval using asyncio.

    Signed-off-by: Thomas Neidhart <[email protected]>
    netomi committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    b15c534 View commit details
    Browse the repository at this point in the history
  2. More cleanups.

    Signed-off-by: Thomas Neidhart <[email protected]>
    netomi committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    47a3de4 View commit details
    Browse the repository at this point in the history
  3. Continue using asyncio.

    Signed-off-by: Thomas Neidhart <[email protected]>
    netomi committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    43aa0c5 View commit details
    Browse the repository at this point in the history
  4. Test fixes, getting dependencies for pinned requirements in advance.

    Signed-off-by: Thomas Neidhart <[email protected]>
    netomi committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    8a0bf87 View commit details
    Browse the repository at this point in the history
  5. Revert pinned requirements to previous versions.

    Signed-off-by: Thomas Neidhart <[email protected]>
    netomi committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    19a943e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f2066ab View commit details
    Browse the repository at this point in the history
  7. Fix python3.7 error.

    netomi committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    6aaed73 View commit details
    Browse the repository at this point in the history
  8. Run black.

    netomi committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    942aa9a View commit details
    Browse the repository at this point in the history
  9. Fix some unit tests.

    netomi committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    55c4300 View commit details
    Browse the repository at this point in the history
  10. Fix more tests.

    netomi committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    61b19d3 View commit details
    Browse the repository at this point in the history
  11. Further unit test fixes.

    netomi committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    fbee0a5 View commit details
    Browse the repository at this point in the history
  12. Fix import sorting.

    netomi committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    e3dca5d View commit details
    Browse the repository at this point in the history
  13. Fix error in setup.cfg.

    netomi committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    06cbba0 View commit details
    Browse the repository at this point in the history
  14. Add skip to failing test.

    netomi committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    5e1c75d View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. Some more cleanups.

    netomi committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    3f0b60f View commit details
    Browse the repository at this point in the history