memory

Crates.iomemory
lib.rsmemory
version1.1.3
sourcesrc
created_at2023-12-09 09:22:32.695996
updated_at2023-12-10 09:39:00.015988
descriptionHashMap implementation with forget function
homepagehttps://github.com/i-think-rapido/rust-memory
repositoryhttps://github.com/i-think-rapido/rust-memory.git
max_upload_size
id1063582
size7,078
Romeo Disca (thinkrapido)

documentation

https://docs.rs/memory/latest/memory/

README

Memory implementation

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.

Commit count: 10

cargo fmt