Crates.io | memory |
lib.rs | memory |
version | 1.1.3 |
source | src |
created_at | 2023-12-09 09:22:32.695996 |
updated_at | 2023-12-10 09:39:00.015988 |
description | HashMap implementation with forget function |
homepage | https://github.com/i-think-rapido/rust-memory |
repository | https://github.com/i-think-rapido/rust-memory.git |
max_upload_size | |
id | 1063582 |
size | 7,078 |
It is essentially a shared memory hash table with a time-to-live parameter.
You should periodically call the forget()
method to perform garbage collection.