☁️ Harness nearby devices to create a distributed in-memory data store, pooling RAM for fast and ephemeral storage on macOS and Linux systems.
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
80
commits
5
commits
feat: Add peer capacity quota to consent requests and update CLI display.
5e285faView on GitHubfeat: Rename memory quota arguments to `offer-storage` and `allowed-storage`, and add `total-memory` for node startup.
5fa734dView on GitHubfeat: Implement immediate page write-back on fault and remove periodic dirty page synchronization.
8ae0646View on GitHubfeat: Improve page fault handling by fetching data into a temporary buffer before mapping and switch Rust-side logging to `eprintln!`.
09a953fView on GitHubfeat: Dynamically determine page size, refactor page fault handling for robustness, and add `memcloud_noop` for initialization.
989079bView on GitHubfeat: improve logging, refine initialization, and enhance error handling in the VM interceptor and SDK.
6c1622cView on GitHubfeat: Add live stats following to CLI, refactor VM signal handler installation into a constructor, and improve VM operation logging.
83f899dView on GitHubfeat: Add PROT_NONE memory verification and make large VM allocation failures fatal by removing local memory fallbacks.
d91a76dView on GitHubfeat: Enhance remote memory allocation with local fallbacks and improve page fault handling for SIGSEGV/SIGBUS.
955c41cView on GitHubfeat: Implement OS-specific default socket paths and configurable Windows client connection.
8a17b3fView on GitHub