Skip to content

Latest commit

 

History

History
executable file
·
14 lines (7 loc) · 198 Bytes

README.md

File metadata and controls

executable file
·
14 lines (7 loc) · 198 Bytes

QuickMiner

Context-Aware Prefetching at the Storage Server 中提到的QuickMine算法的C++实现,用于挖掘Block访问关联性。

Build

mkdir build

cd build

cmake ..

make