AVL implementation which is as fast/compact as linux's rbtree
☆365Dec 4, 2025Updated 3 months ago
Alternatives and similar repositories for avlmini
Users that are interested in avlmini are comparing it to the libraries listed below
Sorting:
- Linux porting of Benchmark of Dictionary Structures by Heng Li (http://lh3lh3.users.sourceforge.net/udb.shtml)☆63Apr 16, 2018Updated 7 years ago
- 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
- Minimal (and intuitive to use) coroutine implement in c☆18Jan 9, 2020Updated 6 years ago
- Slab Memory Allocator in Application Layer☆29Jan 12, 2018Updated 8 years ago
- ☆13Jan 20, 2017Updated 9 years ago
- A simple Ericsson Texture EAC codec☆25May 22, 2018Updated 7 years ago
- A LR(1) parser generator targeting C++17.☆13Jul 8, 2020Updated 5 years ago
- ☆15Nov 9, 2019Updated 6 years ago
- Serialization/deserialization in a raw buffer like flatbuffer, but you do not need any IDL file and it is much more efficient either in s…☆49Apr 27, 2018Updated 7 years ago
- High Quality 2D Graphics Library☆163Jun 18, 2020Updated 5 years ago
- c++11 framework for building server☆13Feb 15, 2022Updated 4 years ago
- oyc-lang 自制编程语言☆11Apr 21, 2018Updated 7 years ago
- ☆25Dec 18, 2014Updated 11 years ago
- A asymmetric coroutine library for C.☆2,515Dec 16, 2022Updated 3 years ago
- ☆12Aug 19, 2021Updated 4 years ago
- Speed-up over 50% in average vs traditional memcpy in gcc 4.9 or vc2012☆641Apr 7, 2024Updated last year
- 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…☆234May 6, 2021Updated 4 years ago
- We hook a function that exported from an ELF dynamic library via injecting its GOT entrance. Then we can accurately "locally hook" for an…☆15Oct 14, 2021Updated 4 years ago
- clone from alibaba tb-common-util http://code.taobao.org/svn/tb-common-utils/☆16Dec 28, 2015Updated 10 years ago
- ☆16Nov 23, 2022Updated 3 years ago
- ☆37May 3, 2015Updated 10 years ago
- A C++03 implement stackless coroutine. But also support stackful coroutine, tcp rpc operation, static hook(by adding hook function into s…☆139Dec 22, 2018Updated 7 years ago
- AES encryption function using Intel, ARMv8 and Power8 intrinsics☆53Apr 5, 2024Updated last year
- Event-driven network library for multi-threaded Linux server in C++11☆15,957Dec 23, 2025Updated 2 months ago
- This repo now lives in GameBuildingBlocks/PerfAssist☆25Mar 24, 2018Updated 7 years ago
- Let you iterate all your member in struct simply! You can simply do serialization or de-serialization!☆18May 22, 2018Updated 7 years ago
- High performance C implementation of AVL trees☆104May 22, 2019Updated 6 years ago
- io_uring echo server☆397Jan 20, 2024Updated 2 years ago
- Cross-Platform Networking Library☆43Jun 25, 2022Updated 3 years ago
- 🔥 比libevent/libuv/asio更易用的网络库。A c/c++ network library for developing TCP/UDP/SSL/HTTP/WebSocket/MQTT client/server.☆7,478Updated this week
- 基于C++ Coroutines编写的无栈协程库☆626Dec 27, 2023Updated 2 years ago
- Go-style concurrency in C++11☆3,310Jul 3, 2023Updated 2 years ago
- tolua runtime library☆30Dec 24, 2019Updated 6 years ago
- cross-platform coroutine library in c++☆869Jan 20, 2026Updated last month
- libco is a coroutine library which is widely used in wechat back-end service. It has been running on tens of thousands of machines since…☆8,684Mar 7, 2024Updated last year
- 3D Software Renderer in 700 Lines !!☆2,323Sep 23, 2024Updated last year
- We provide a prototype of a stackless coroutine.☆34Jan 10, 2018Updated 8 years ago
- A luarocks build module based on xmake☆21Jan 30, 2025Updated last year
- A C++ Mini Engine. Based on SDL2.☆16Feb 13, 2020Updated 6 years ago