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

Refactor for performance #1817

Closed
wants to merge 8 commits into from
Closed

Refactor for performance #1817

wants to merge 8 commits into from

Commits on Jul 15, 2023

  1. Add cache to parse_unit_name

    hgrecco committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    3538fdc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4048cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f23e451 View commit details
    Browse the repository at this point in the history
  4. In _parse_units make as_delta and case_sensitive mandatory and pure b…

    …oolean. Also make external uses of _parse_units to parse_units
    hgrecco committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    a92064a View commit details
    Browse the repository at this point in the history
  5. Add benchmarks to gitignore

    hgrecco committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    964e7a5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    688a5af View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

  1. Configuration menu
    Copy the full SHA
    db97439 View commit details
    Browse the repository at this point in the history
  2. Copy functools.cache into pint for further modification

    This will be required to have instance specific and stackable cache
    hgrecco committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    1e157bf View commit details
    Browse the repository at this point in the history