TODO: remove empty partitions and tags.

toying-with-ramdb
Philippe PITTOLI 2024-05-21 13:50:39 +02:00
parent c5f57b589d
commit 959dd6ba01
1 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,11 @@
- RAMOnly: do not read/write the `last_entry` file.
- Use the `#unsafe_add` function when possible.
# Memory management
- When a value is removed, the related partitions (and tags) may be empty, leaving both an empty array
in memory and a directory on the file-system. Should they be removed?
# Documentation
- Write the API documentation.