# n-store **Repository Path**: spearNeil/n-store ## Basic Information - **Project Name**: n-store - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-16 - **Last Updated**: 2024-12-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # N-Store ## Storage architectures Evaluation of different storage architectures in database systems designed for non-volatile memory (NVM). ## Dependencies - **g++ 4.7+** - **autoconf** (`apt-get install autoconf libtool`) ## Setup ``` ./bootstrap ./configure make ``` ## Test ``` ./src/n-store -h ```