bakare/README.md

13 lines
456 B
Markdown
Raw Normal View History

2018-08-17 17:58:18 +01:00
Goals:
* fast
* using max bandwidth
* memory usage limit
* encryption by default - asymmetric, creates a keypair for you
* deduplication
2018-08-18 18:39:40 +01:00
* fuzzy find by file name in stored files
2018-08-17 17:58:18 +01:00
2018-08-18 18:39:40 +01:00
Implementation:
* hash -> file and file -> hash indexes
* use vfs to store both db and data files, create a new one when old one too big
2018-09-02 11:13:37 +01:00
* start with simple read file -> hash -> encrypt -?> send
* test with randomly created dirs and files, with property based tests and fuzzer