Implement directory exporters and mergers for Linux, MacOS and Windows compatibility.
ChillFish8 opened this issue · 1 comments
ChillFish8 commented
The exporter and merger are a very important part of the storage system, it is in charge of combining all of the small files contained within a temporary directory, and producing a single, large file which can be read as a directory using a ReadOnlyDirectory
.
The merger is in charge of combining two or more index segments in order to reduce the required number of opened files under high load.
ChillFish8 commented