summaryrefslogtreecommitdiff
path: root/content/fs_backing_store.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/fs_backing_store.c')
-rw-r--r--content/fs_backing_store.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/content/fs_backing_store.c b/content/fs_backing_store.c
index 29bb4cc8a..629ea2a9e 100644
--- a/content/fs_backing_store.c
+++ b/content/fs_backing_store.c
@@ -25,6 +25,12 @@
* \todo Consider improving eviction sorting to include objects size
* and remaining lifetime and other cost metrics.
*
+ * \todo Implement mmap retrieval where supported.
+ *
+ * \todo Implement static retrival for metadata objects as their heap
+ * lifetime is typically very short, though this may be obsoleted
+ * by a small object storage stratagy.
+ *
* \todo make backing store have a more efficient small object storage.
*
*/