Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonhoo/rucache
Fast PUT/GET/DELETE in-memory key-value store for lookaside caching -- Rust prototype
https://github.com/jonhoo/rucache
Last synced: about 1 month ago
JSON representation
Fast PUT/GET/DELETE in-memory key-value store for lookaside caching -- Rust prototype
- Host: GitHub
- URL: https://github.com/jonhoo/rucache
- Owner: jonhoo
- License: mit
- Created: 2015-06-01T17:18:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-10T00:33:28.000Z (over 9 years ago)
- Last Synced: 2024-08-03T09:11:25.523Z (3 months ago)
- Language: Rust
- Size: 211 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cucache-rust
Fast PUT/GET/DELETE in-memory key-value store for lookaside caching -- Rust prototype