From 01b2bc5a57068b8957ee63b73fa48714d71f9205 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 23 Nov 2014 15:43:03 +0000 Subject: Improve doxygen comments and add todo for cache and backing store --- content/fs_backing_store.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'content/fs_backing_store.c') 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. * */ -- cgit v1.2.3