Skip to content
View zhier111's full-sized avatar

Block or report zhier111

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Showing results

A tiny KV storage based on skiplist written in C++ language| 使用C++开发,基于跳表实现的轻量级键值数据库🔥🔥 🚀

C++ 1 Updated Sep 20, 2022

基于跳表的KV存储引擎

C++ 9 Updated May 30, 2022

设计并实现了一个高性能、线程安全的跳表数据结构。跳表是一种随机化的数据结构,被用作代替平衡树,提供了高效的搜索、插 入和删除操作。项目中实现的跳表数据结构不仅支持基本的数据操作,还提供了数据持久化功能。

C++ 51 1 Updated Jul 16, 2023

【代码随想录知识星球】项目分享-基于Raft的k-v存储数据库🔥

C++ 711 135 Updated Jan 16, 2025