skywind3000 / avlmini
AVL implementation which is as fast/compact as linux's rbtree
☆362Updated 3 years ago
Alternatives and similar repositories for avlmini:
Users that are interested in avlmini are comparing it to the libraries listed below
- 基于C++ Coroutines编写的无栈协程库☆623Updated last year
- A C++03 implement stackless coroutine. But also support stackful coroutine, tcp rpc operation, static hook(by adding hook function into s…☆140Updated 6 years ago
- A C++11 RPC framework based on future and protobuf, with utility: timer,ssl,future/promise,log,coroutine,etc☆549Updated 10 months ago
- A lightweight high performance http server☆115Updated 6 years ago
- asio examples☆192Updated 8 months ago
- buddy内存分配器实现☆293Updated 8 months ago
- c++中文周刊☆491Updated last month
- A coroutine framework aimed at high-concurrency io with reasonable latency, based on io_uring.☆562Updated 9 months ago
- Scan's personal technical notes☆258Updated 4 years ago
- Boost速查手册☆105Updated 5 years ago
- 使用 C++ 模板元编程模拟 Lisp☆111Updated 4 years ago
- 一个基于reactor模式的Linux/C++网络库,支持one loop per thread机制。☆192Updated 5 years ago
- Call a function in a new stack that allocated anywhere. Do not be afraid of stack limit in your coroutines! Try to make your stack sharea…☆232Updated 3 years ago
- Template meta programming package by C++11.☆130Updated 8 years ago
- cross-platform coroutine library in c++☆840Updated last month
- coroutine;fiber;boost fiber☆90Updated 3 years ago
- Tutorial of Muduo network library☆527Updated 5 years ago
- 《C++ 17 The Complete Guide》- 翻译中☆501Updated 2 years ago
- Ring-Log是一个高效简洁的C++异步日志, 其特点是效率高(每秒支持至少125万+日志写入)、易拓展,尤其适用于频繁写日志的场景☆420Updated 3 years ago
- A C++11 implementation of Redis Server, including cluster, use Leveldb for persist storage☆199Updated last year
- Automatic output function for STL containers☆53Updated 3 years ago
- SGI(Silicon Graphics Computer Systems, Inc.) implement STL(C++ Standard Libirary).☆321Updated 9 years ago
- c++20 coroutine with epoll and queue☆87Updated last year
- C++ network library based on `libgo`.☆246Updated 6 years ago
- Linux porting of Benchmark of Dictionary Structures by Heng Li (http://lh3lh3.users.sourceforge.net/udb.shtml)☆62Updated 6 years ago
- leveldb源码阅读和重写,重写的过程中加上注释方便理解。☆219Updated 7 years ago
- Probably the best implementation for SkipList written by C++☆121Updated last year
- 纯c版本的协程实现,汇编切换,调度器实现,包含服务器端案例,客户端并发测试案例☆879Updated 4 months ago
- 你见过的最简单的 GCC/CLANG 项目构建工具,定义式构建,比命令式更简单☆870Updated 3 weeks ago
- brpc源码分析☆324Updated 5 years ago