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

Use RAM.reusable() as default storage to support reopening cores #102

Merged

Commits on Mar 27, 2024

  1. Use RAM.reusable() as default storage to support reopening cores

    Some libraries (such as `autobase`) will close their cores assuming they
    persist. To support this while the program is still running,
    `random-access-memory` supports `RAM.reusable()` which returns a
    reusable version of the RAM storage.
    lejeunerenard committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    5e33e21 View commit details
    Browse the repository at this point in the history