chunyi1994 / kvstoreLinks
[c++]使用boost.asio写的简单内存键值对缓存
☆11Updated 8 years ago
Alternatives and similar repositories for kvstore
Users that are interested in kvstore are comparing it to the libraries listed below
Sorting:
- leveldbd是一个nosql数据库,底层使用leveldb作为存储引擎,提供REST接口☆12Updated 10 years ago
- a high performance server framework☆12Updated 2 years ago
- a distributed storage engine☆90Updated 8 years ago
- The tiny bitcask storage engine☆113Updated 6 years ago
- Skiplist written in C/C++ language.☆27Updated 11 years ago
- mit-6.824-2012☆42Updated 10 years ago
- 一个自己封装的基于reactor的c++网络库☆37Updated 9 years ago
- A event-driven network library based on reactor pattern written in C.☆17Updated 10 years ago
- 在redis的源码中,实现了一个微型的网络库,我将其独立出来,方便大家学习和使用☆37Updated 9 years ago
- Libhalog is an open-source high available redo-log library using multiple paxos.☆37Updated 7 years ago
- mini分布式key-value存储引擎,主要涵盖: RPC,一致性Hash,master-slave-client架构,心跳机制等基本已经实现,主备结构, 数据迁移,数据副本等一些分布式主要功能将在以后添加☆18Updated 9 years ago
- MIT 6.824 Lab 2012(C++)☆30Updated 12 years ago
- Libco 源码分析☆30Updated 6 years ago
- 文档数据库mongodb kv存储引擎wiredtiger源码详细分析注释☆68Updated 4 months ago
- A lightweight and fast key-value storage engine based on the buffer tree.☆54Updated 11 years ago
- Easy to use RPC framework☆42Updated 7 years ago
- Nuft is an C++17 implementation of the Raft consensus algorithm.☆26Updated 3 years ago
- redis、memcached缓存代理twemproxy源码详细分析注释,带详尽中文注释及函数调用关系☆55Updated 4 years ago
- 详细且纯粹的leveldb源码注解,注解总结链接:☆35Updated 7 years ago
- leveldb源码阅读和重写,重写的过程中加上注释方便理解。☆223Updated 7 years ago
- A RAFT implementation to help build your RAFT service in 1 minute.☆69Updated 2 years ago
- Web Server based on Boost asio☆22Updated 5 years ago
- 数据库引擎开发课程☆133Updated 5 years ago
- HotRing: A Hotspot-Aware In-Memory Key-Value Store reading report code/data☆41Updated 5 years ago
- WeiboAd Team Base C++ framework☆56Updated 7 years ago
- rocksdb-6.1.2 KV存储引擎源码中文注释分析,后期与mongodb默认KV存储引擎wiredtiger进行原理与性能比较,近期持续更新☆126Updated 10 months ago
- 对redis做了简化,方便理解源码,redis拥有很漂亮的c风格的代码,值得一读.☆127Updated 8 years ago
- 一个使用 B-Tree 作为索引,基于 MMap 的嵌入式键值数据库☆14Updated 8 months ago
- A C++ implementation of RAFT consensus algorithm☆21Updated 5 years ago
- RPC(Remote Procedure Call) on top of nark-serialization☆50Updated last year