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

Implement cache function for memoization support #2411

Merged
merged 16 commits into from
Aug 13, 2022
Merged

Commits on Aug 13, 2022

  1. Configuration menu
    Copy the full SHA
    b64380a View commit details
    Browse the repository at this point in the history
  2. Drop LIFO

    philippjfr committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    444c32a View commit details
    Browse the repository at this point in the history
  3. Fix last commit

    philippjfr committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    82574a4 View commit details
    Browse the repository at this point in the history
  4. Clean up implementation

    philippjfr committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    9673d16 View commit details
    Browse the repository at this point in the history
  5. Clean up and fix flakes

    philippjfr committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    aa9443f View commit details
    Browse the repository at this point in the history
  6. Fix flakes

    philippjfr committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    0e999e9 View commit details
    Browse the repository at this point in the history
  7. Fix flakes

    philippjfr committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    df97a8c View commit details
    Browse the repository at this point in the history
  8. Implement disk caching

    philippjfr committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    94be64c View commit details
    Browse the repository at this point in the history
  9. Add docs

    philippjfr committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    d6af9e5 View commit details
    Browse the repository at this point in the history
  10. Add tests

    philippjfr committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    4d1d0ba View commit details
    Browse the repository at this point in the history
  11. Add disk caching tests

    philippjfr committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    b5f3732 View commit details
    Browse the repository at this point in the history
  12. Add diskcache dependency

    philippjfr committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    a190cef View commit details
    Browse the repository at this point in the history
  13. Improve tests

    philippjfr committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    47387fb View commit details
    Browse the repository at this point in the history
  14. Print for CI debugging

    philippjfr committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    7a582bf View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    22f0ee5 View commit details
    Browse the repository at this point in the history
  16. Add small wait

    philippjfr committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    eef754d View commit details
    Browse the repository at this point in the history