基于跳表实现的键值型存储引擎
☆12Jun 21, 2021Updated 4 years ago
Alternatives and similar repositories for SkipList
Users that are interested in SkipList are comparing it to the libraries listed below
Sorting:
- 一个基于跳表的轻量级键值型存储引擎,并提供了服务端和客户端。☆14Jul 6, 2022Updated 3 years ago
- 基于跳表的数据库服务器和客户端☆81Jul 9, 2022Updated 3 years ago
- 本项目使用C++实现基于跳表实现的轻量级键值型存储引擎,其主要功能有:插入数据、查询数据、删除数据、数据展示、数据库大小、数据库清空、数据落盘以及文件加载数据。☆18Aug 28, 2021Updated 4 years ago
- demo and pre-trained weight of AANet --- a dense descriptor for image matching.☆10Jan 9, 2024Updated 2 years ago
- A simple implementation of a hotel reservation management system☆11Dec 31, 2024Updated last year
- 此项目基于Linux系统,采用分布式架构、MVC(mode-view-controller)框架,通过Nginx 负载均衡实现多个服务器集群,使用one loop per thread +thread pool模式,通过开源的libevent I/O框架库,采用非阻塞 IO…☆12May 4, 2022Updated 3 years ago
- 一个小型操作系统的学习与实现☆10Feb 18, 2021Updated 5 years ago
- 项目介绍:本项目自研项目,旨在实践网络编程及相关开发技术的学习。 个人职责:后端开发 工作内容:【高并发】基于线程池、非阻塞 socket、IO 多路复用技术(ET 模式的epoll)、及 Reactor 事件处理模式实现高并发。【内存池】使用TLS(线程局部存储)内存池,…☆45Aug 30, 2022Updated 3 years ago
- 使用Go语言搭建一个简单的OSS对象存储服务器,依据书ISBN978-7-115-48055-2编写,修复书上一些bug,并提供构建的完整视频过程☆11Aug 12, 2021Updated 4 years ago
- C/C++学习,后端开发进阶指南。☆10Jul 14, 2021Updated 4 years ago
- 不基于Boost的muduo库C++实现源码☆10May 28, 2021Updated 4 years ago
- Cpp秋招求职总结笔记,包括C++语言基础,计算机网络,Linux操作系统,Socket网络编程基础,多线程服务器个人总结