We have implemented a data stream to Blockchain mini filesystem.
We can now store the data with like a left shift and unload data with like a right shift.
it has adopted a design that don’t use “memmove” with re-allocate memory. Therefore, data can be stored smoothly.
blockchain_mini_filesystem/fs_datastream.h at master · FromHDDtoSSD/blockchain_mini_filesystem
This is the development of a small file system that can be embedded in the stack structure of a blockchain. This allows ...