Magnumlu / redis-4.0Links
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, HyperLogLogs, Bitmaps.
☆10Updated 6 years ago
Alternatives and similar repositories for redis-4.0
Users that are interested in redis-4.0 are comparing it to the libraries listed below
Sorting:
- BPlusTree: B+ Tree (in memory). Project for dasebase class☆27Updated 11 years ago
- ☆17Updated 9 years ago
- 👍Some notes...☆12Updated 6 years ago
- Presentation and code for C++ Summit (China) 2019☆10Updated 5 years ago
- A relational database engine using B+ tree indexing☆46Updated 4 years ago
- 基于folly、wangle和proxygen的c++11基础库☆11Updated 7 years ago
- IPC benchmark on Linux☆75Updated 3 years ago
- a simple single thread kv demo, use skiplist and dict as the main store sturctrue. now only support epoll multiplexer and string kv. and …☆13Updated 7 years ago
- A nano concurrency library☆24Updated 5 years ago
- libtask源码分析,libtask是 一个协程库,由google的Russ Cox大佬写的☆77Updated 2 years ago
- This project features examples on how to use libuv. They are derived from the sample code in Nikhil Marathe's book An Introduction to lib…☆117Updated 12 years ago
- 🦄 链式哈希 [LRU] Fast, header-only, cross-platform and STL-like linked_hash_map & linked_hash_set for C++. (beats 100% submissions @ leetcod…☆17Updated 3 years ago
- 自己动手写调试器☆34Updated 7 years ago
- C Sql parser from sqlite☆74Updated 8 years ago
- Linux porting of Benchmark of Dictionary Structures by Heng Li (http://lh3lh3.users.sourceforge.net/udb.shtml)☆63Updated 7 years ago
- skip list with rank, code less than z_set in redis☆175Updated 2 years ago
- an echo server example based on epoll, a scalable I/O event notification mechanism☆60Updated 2 years ago
- Shuo's learning notes on Linux TCP/IP stack☆123Updated 2 years ago
- c语言版的tiny-httpd,按照自己的理解添加了注释并且修复了一些bug☆58Updated 9 years ago
- A framework for building event based networking applications.☆38Updated last year
- ☆10Updated 8 years ago
- TokuFT is a high-performance, transactional key-value store☆19Updated 5 years ago
- Implements a Min-Heap / Priority Queue in C using a simple array.☆57Updated 5 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆40Updated 4 years ago
- A high efficient ip black/white list firewall (work as a linux kernel module)☆41Updated 7 years ago
- C implementation of the Hazard-Pointers memory manager☆17Updated 11 years ago
- Automatically exported from code.google.com/p/manualgc☆17Updated 10 years ago
- A coroutine scheduler and lightweight network library for libaco☆18Updated 6 years ago
- A C++03 implement stackless coroutine. But also support stackful coroutine, tcp rpc operation, static hook(by adding hook function into s…☆140Updated 7 years ago
- The C++ TiKV client used by TiFlash.☆41Updated last week