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

Performance enhancements related to caching #269

Merged
merged 14 commits into from Nov 24, 2022
Merged

Performance enhancements related to caching #269

merged 14 commits into from Nov 24, 2022

Commits on Nov 22, 2022

  1. Configuration menu
    Copy the full SHA
    2eee924 View commit details
    Browse the repository at this point in the history
  2. Adding support for memory pressure processing, such that we can prote…

    …ct out-of-memory (OOM) crashes
    slawlor committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    d505e49 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. AKD rewrite with new storage model. This abstracts the notion of cach…

    …ing and transactions away from the underlying database implementation so the implementer won't care.
    slawlor committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    9d0af9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83c7f20 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e25540 View commit details
    Browse the repository at this point in the history
  4. cargo fmt

    slawlor committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    1220401 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    89ddbc5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    de60184 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e564fb3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9a0b85b View commit details
    Browse the repository at this point in the history
  9. removing old feature flag

    slawlor committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    b8bffa6 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. Resolving #217

    slawlor committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    4de3244 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd21e9c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de6dd2b View commit details
    Browse the repository at this point in the history