# CMiner **Repository Path**: ludaming/CMiner ## Basic Information - **Project Name**: CMiner - **Description**: No description available - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-09-02 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CMiner 几种文件访问序列关联关系的挖掘算法实现 其中C-Miner算法是在论文 C-Miner: Mining Block Correlations in Storage Systems 中介绍的算法 > yuki-lau已经用Java将这些代码实现,我用C++对其进行了重构,以放在自己的其他项目中使用 # Build > mkdir build > cd build > cmake .. > make