2018.4.2
Pre-release
Pre-release
In this patch we refactor plfsdir's code to enable data indexing without performing any partial data sort. Data is directly stored in write order. Skipping the sort increases our performance during the write path at the cost of slightly reduced read performance. This optimization is aimed for manycore platforms such as the KNL.