Ulrik Mikaelsson
Ulrik Mikaelsson
Currently, the `Frame` trait is only implemented for `[S; N] where S: Sample` for N = 1-32. While realistically more than sufficient, it makes it difficult for dependent code to...
A fuzz-testing-script should be devised, creating a random graph of connected nodes. The nodes should then; A) Randomly get new uploads B) Randomly get downloads of existing and non-existing assets....
BHFuse needs a test-script, doing some parallell downloading just like the existing test for bhget.
The contents of the assetstore should preferably be cached in RAM, to avoid excessive disk-I/O.
Review needed includes, try to use forward declarations instead of includes, PIMPL...
Files used by the StoredAsset should not be opened until it's really necessary. This will reduce the number of used OS file-handles, and get rid of a small potential I/O...