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

Fix isel performance regression #3319

Merged
merged 2 commits into from
Sep 18, 2019
Merged

Commits on Sep 18, 2019

  1. Fix isel performance regression

    xref GH2227
    
    Before:
        indexing.BooleanIndexing.time_indexing      898±0ms
    
    After
        indexing.BooleanIndexing.time_indexing      401±0ms
    shoyer committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    5a4034b View commit details
    Browse the repository at this point in the history
  2. mypy fix

    shoyer committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    5c708b6 View commit details
    Browse the repository at this point in the history