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

Signature cache for overloads for faster compilation #6667

Closed
wants to merge 11 commits into from

Commits on Jan 28, 2021

  1. Signature cache for overloads for faster compilation

    This adds a signature cache overloads to return the
    output signature quickly if the same input types are already
    compiled.
    ehsantn committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    edaeaf4 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. Configuration menu
    Copy the full SHA
    5492244 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa007f5 View commit details
    Browse the repository at this point in the history
  3. fix flake8

    ehsantn committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    04f3e72 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

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

Commits on Feb 22, 2021

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

Commits on Mar 2, 2021

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

Commits on Mar 4, 2021

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

Commits on Mar 5, 2021

  1. Configuration menu
    Copy the full SHA
    74710f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ae6027 View commit details
    Browse the repository at this point in the history