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

v2.1 cache #8122

Merged
merged 28 commits into from
Aug 17, 2022
Merged

v2.1 cache #8122

merged 28 commits into from
Aug 17, 2022

Commits on Aug 16, 2022

  1. initial spike

    runspired committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    149ca25 View commit details
    Browse the repository at this point in the history
  2. Add manager and types

    runspired committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    dfd28e6 View commit details
    Browse the repository at this point in the history
  3. put the manager in play

    runspired committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    5842d85 View commit details
    Browse the repository at this point in the history
  4. mostly working

    runspired committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    a567c91 View commit details
    Browse the repository at this point in the history
  5. docs cleanup

    runspired committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    32144cb View commit details
    Browse the repository at this point in the history
  6. fix some tests

    runspired committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    c145be7 View commit details
    Browse the repository at this point in the history
  7. cleanup

    runspired committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    130db6c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    59c83fe View commit details
    Browse the repository at this point in the history
  9. fix docs

    runspired committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    b727556 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d0e3761 View commit details
    Browse the repository at this point in the history
  11. 22 test failures using singleton cache, 300 using pseudo-singleton ma…

    …nager + singleton cache. Feels pretty achievable this week
    runspired committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    9a98ac7 View commit details
    Browse the repository at this point in the history
  12. true singleton manager

    runspired committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    602210b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fac9115 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b74c113 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    140cb99 View commit details
    Browse the repository at this point in the history
  16. significantly faster unloadAll and store teardown. unloadAll should b…

    …e ~15x faster (3s => 200ms)
    runspired committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    6d9ce24 View commit details
    Browse the repository at this point in the history
  17. cleanup some docs

    runspired committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    9f84be7 View commit details
    Browse the repository at this point in the history
  18. micro adjustment

    runspired committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    2d476fe View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4a41374 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    836a38c View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    4cd8149 View commit details
    Browse the repository at this point in the history
  22. reduce build size

    runspired committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    567cc89 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    9456772 View commit details
    Browse the repository at this point in the history
  24. various test fixes

    runspired committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    4871a1d View commit details
    Browse the repository at this point in the history
  25. fix more tests

    runspired committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    cc3113f View commit details
    Browse the repository at this point in the history
  26. activate singleton

    runspired committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    773c414 View commit details
    Browse the repository at this point in the history
  27. fix docs test

    runspired committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    9a2a921 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. fix encapsulation tests

    runspired committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    36340c8 View commit details
    Browse the repository at this point in the history