ObjNandSim: Object-based NAND flash device simulator
An object-based NAND flash storage system (ONFS) is proposed to overcome the architectural limitation of the existing block-based storage system. The ONFS can improve system performance by removing redundant software layers and reducing garbage collection overhead. However, the research progress of ONFS is significantly hindered due to lack of appropriate simulation tools. In this work, we present ObjNandsim - an object-based NAND flash device simulator that is developed to support various research needs of ONFS such as performance analysis, algorithm modeling, design verification, etc. ObjNandsim emulates hardware behaviors of NAND flash memories and implements object-based FTL functionalities, including object storage management, physical page management and garbage collection. In addition, ObjNandsim provides a well-defined interface and code modularity, ensuring simulator's extendability and portability. The results of some example experiments validate the capabilities and efficacy of ObjNandSim.