# b-plus-tree **Repository Path**: tboompp/b-plus-tree ## Basic Information - **Project Name**: b-plus-tree - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-11 - **Last Updated**: 2025-03-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README b-plus-tree =========== A Java implementation of B+ tree for key-value store. More things need to be considered: 1. Variable-length keys 2. Search unidirectionally 3. Allow duplicated keys 4. Concurrency