# tool **Repository Path**: F_Jyang/tool ## Basic Information - **Project Name**: tool - **Description**: 一些奇奇怪怪的工具之类的东西 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-02-01 - **Last Updated**: 2024-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 基于跳表实现的一个kv存储引擎。 目前还没有进行测试,只有main.cpp中几个对skiplist的函数的简单调用。 使用方法: make run