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

Add automatic swap-to-disk support #60

Merged
merged 9 commits into from
Jun 30, 2022
Merged

Add automatic swap-to-disk support #60

merged 9 commits into from
Jun 30, 2022

Commits on Feb 6, 2022

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

Commits on May 19, 2022

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

Commits on Jun 29, 2022

  1. Add fsinfo utils for Windows

    Co-authored-by: krynju <[email protected]>
    jpsamaroo and krynju committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    509ccb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    759b945 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4eeb70 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. Implement concurrent datastore usage

    Set Julia 1.7 lower-bound
    Add more `show` methods
    datastore: Split global datastore lock
    counters: Add datastore counter lock
    counters: Add send and recv datastore counters lock
    storage: Implement RCU for storage access
    storage: Thread `RefState` through methods
    storage: Make some operations lazy
    storage: Document design and internals
    LRUAllocator: Rename to SimpleRecencyAllocator
    SimpleRecencyAllocator: Add MRU support
    SimpleRecencyAllocator: Implement batched migration
    SimpleRecencyAllocator: Add locking for concurrent access
    SimpleRecencyAllocator: Cache `RefState`
    jpsamaroo committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    032ed6c View commit details
    Browse the repository at this point in the history
  2. Remove test/REQUIRE

    jpsamaroo committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    45fc991 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6bcd09a View commit details
    Browse the repository at this point in the history
  4. Bump to 0.4.0

    jpsamaroo committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    c4fd1d5 View commit details
    Browse the repository at this point in the history