memory 1.1.1

HashMap implementation with forget function
Documentation
1
2
3
4
5
# 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.