Stars
9
stars
written in C++
Clear filter
Protocol Buffers - Google's data interchange format
📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, in…
Event-driven network library for multi-threaded Linux server in C++11
A tiny KV storage based on skiplist written in C++ language| 使用C++开发,基于跳表实现的轻量级键值数据库🔥🔥 🚀
【代码随想录知识星球】项目分享-基于Raft的k-v存储数据库🔥
一个轻量级的Linux下的Redis实现,采用C++编写。本项目既包括客户端也包括服务端,核心数据结构使用跳表,同时结合Epoll事件处理和线程池并发管理来提供基本的Redis功能。当前版本支持字符串、列表和哈希表数据类型及相关指令,同时支持事务功能。项目正在持续更新中。