Skip to content

2018.4.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@zhengqmark zhengqmark released this 12 Apr 22:39
· 416 commits to master since this 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.