summaryrefslogtreecommitdiff
path: root/content/fs_backing_store.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-23 15:43:03 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-23 15:43:03 +0000
commit01b2bc5a57068b8957ee63b73fa48714d71f9205 (patch)
treed7570fd2d00b594ca8c836f24608ddb60b570977 /content/fs_backing_store.c
parent246a1fec0523346e9fdfb9b7d937cfbd947cd663 (diff)
downloadnetsurf-01b2bc5a57068b8957ee63b73fa48714d71f9205.tar.gz
netsurf-01b2bc5a57068b8957ee63b73fa48714d71f9205.tar.bz2
Improve doxygen comments and add todo for cache and backing store
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.
*
*/