|
|
|
|
|
by jjjbokma
1519 days ago
|
|
How well does it handle a large amount of writes to small files (say 1000 files, each about 8KB)? Edit: the static blog generator I wrote [1] takes 11 seconds inside a Ubuntu virtual machine with the directory shared with MacOS on an Mac mini late 2014. Docker, on the same machine, takes 1m13 seconds using gRPC FUSE for file sharing. 1866 HTML files are being generated. [1] https://github.com/john-bokma/tumblelog |
|