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

Cythonize call loop #104

Closed
wants to merge 5 commits into from
Closed

Commits on Jan 10, 2018

  1. Turn callers module into package

    Tyler Goodlet committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    9961b18 View commit details
    Browse the repository at this point in the history
  2. Cythonize the call loop

    Cythonize `pluggy.callers._multicall` which gives around a 2x speedup
    according to the benchmark suite. Transform the `pluggy.callers`
    module in a new package and move utils and the legacy call loop into
    separate modules.
    Tyler Goodlet committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    844412a View commit details
    Browse the repository at this point in the history
  3. Build cython extension in packaging

    When cython is installed always rebuild the C sources, when
    not installed use whatever C sources were included in the sdist.
    Tyler Goodlet committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    f5835fd View commit details
    Browse the repository at this point in the history
  4. Include cython in tox builds

    Tyler Goodlet committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    366e0a7 View commit details
    Browse the repository at this point in the history
  5. Install cython in travis env

    Tyler Goodlet committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    4f92948 View commit details
    Browse the repository at this point in the history