review implementation of memory_file class
For full, incremental, compressed and encrypted backups or archives
Brought to you by:
edrusb
memory_file class relies on storage class which have some performance issue caused by the invocation of get_size() each time a data is written to the object. Having a infinint value as cache in class storage.
maybe it would worth reviewing the memory_file class too...