rbtree implementation adapted from linux kernel thus can be used in your own c program(of course in userspace).
☆165Jan 11, 2022Updated 4 years ago
Alternatives and similar repositories for rbtree
Users that are interested in rbtree are comparing it to the libraries listed below
Sorting:
- A simple, intrusive, zero-allocation red-black tree implementation☆53Nov 20, 2021Updated 4 years ago
- AVL implementation which is as fast/compact as linux's rbtree☆365Dec 4, 2025Updated 3 months ago
- advanced thread pools with dynamic adjustment☆22May 19, 2014Updated 11 years ago
- A event-driven network library based on reactor pattern written in C.☆17Oct 31, 2015Updated 10 years ago
- A Paxos implementation in C originally by Marco Primi, built on top of libevent☆36Jul 24, 2011Updated 14 years ago
- High performance web server☆24May 4, 2018Updated 7 years ago
- lock free modified prefix B+tree append-only database☆116May 19, 2015Updated 10 years ago
- ☆11Apr 19, 2018Updated 7 years ago
- 百万连接测试☆10May 26, 2014Updated 11 years ago
- 一个小型操作系统的学习与实现☆10Feb 18, 2021Updated 5 years ago
- LOUDS-trie implementation example (C++)☆14Nov 27, 2019Updated 6 years ago
- Creates a character device allowing a user space application to intercept packets on the netfilter route☆13Jun 17, 2008Updated 17 years ago
- Allocation benchmarks☆31Jul 6, 2016Updated 9 years ago
- Single-header-file, public domain, type-generic C89 skip list implemementation☆31May 27, 2017Updated 8 years ago
- B-tree implementation in C☆374Jan 23, 2025Updated last year
- Utilities for geek.☆10Mar 20, 2016Updated 9 years ago
- 使用 C++ 17 编写的高并发高性能网络库☆11Feb 17, 2021Updated 5 years ago
- Automatically exported from code.google.com/p/tx-trie☆29Jun 23, 2015Updated 10 years ago
- libtask annotation☆25Jul 30, 2016Updated 9 years ago
- A tiny full-text search engine☆10Nov 29, 2022Updated 3 years ago
- skip list with rank, code less than z_set in redis☆175May 24, 2023Updated 2 years ago
- Experiments about p2p networking issues☆21Oct 31, 2011Updated 14 years ago
- simple read only ini parser☆16Feb 22, 2026Updated last week
- An C++ serialization library☆10May 22, 2015Updated 10 years ago
- Reactor polling pattern for ZeroMQ☆30Aug 27, 2010Updated 15 years ago
- A high concurrent network components implemented by coroutine, performance better than nginx☆26Oct 31, 2022Updated 3 years ago
- key-value 多线程服务器☆14Jul 19, 2015Updated 10 years ago
- 在redis的源码中,实现了一个微型的网络库,我将其独立出来,方便大家学习和使用☆37Jun 28, 2016Updated 9 years ago
- A minimal but extreme fast B+ tree indexing structure demo for billions of key-value storage☆1,881Jan 4, 2023Updated 3 years ago
- Lightweight C++ template engine with Jinja2-like syntax☆32Apr 25, 2016Updated 9 years ago
- Zookeeper 开发指南中文翻译☆14Apr 3, 2019Updated 6 years ago
- Redis 3.0 Cluster Manager☆34Apr 18, 2017Updated 8 years ago
- B+ tree implementation in C☆131Oct 2, 2020Updated 5 years ago
- A buffered-tree implemented in dictionary type and more☆75Apr 29, 2013Updated 12 years ago
- C++11 and boost based implementation of the DICOM standard.☆16Dec 28, 2018Updated 7 years ago
- Raft network simulator, for QA☆18Aug 5, 2018Updated 7 years ago
- SM是一个状态机库的C语言实现,支持FSM和HSM。该库参考了QP-nano。☆104Mar 24, 2016Updated 9 years ago
- libpaxos的注释版本☆34Aug 25, 2014Updated 11 years ago
- A hashtable in C☆59Dec 17, 2013Updated 12 years ago