diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-01-10 22:27:55 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-01-10 22:27:55 -0800 |
commit | 6ffd1666992d54ffaec757cd2e42e1fd6052f349 (patch) | |
tree | 148f35351e9cd6ad9172812951b6d33e60fd305e /TODO | |
parent | c4f15a9274978bb1482edc65e60f3cb80e72ca68 (diff) | |
download | geniza-6ffd1666992d54ffaec757cd2e42e1fd6052f349.tar.gz geniza-6ffd1666992d54ffaec757cd2e42e1fd6052f349.zip |
small cleanups
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -24,6 +24,7 @@ performance: - keep an LRU cache of SLEEP reads Backburner: +- try switching to Coded{Input/Output}Stream for fewer copies/allocations - API to link and run from, eg, python - uTP transport - in-memory storage backend @@ -60,3 +61,4 @@ Backburner: - debug commands with hex i/o: https://github.com/ia0/data-encoding - sendfile() or splice() for disk-to-disk copying? +- Rust FS API example: https://docs.rs/zbox/0.1.3/zbox/ |