Broadroad / map
Map for C, used rbtree to implement, sort by key
☆92Updated 4 years ago
Related projects ⓘ
Alternatives and complementary repositories for map
- 多种无锁队列☆43Updated 6 years ago
- rbtree implementation adapted from linux kernel thus can be used in your own c program(of course in userspace).☆156Updated 2 years ago
- 尝试阻塞与非阻塞,I/O多路复用(select, epoll)☆78Updated 6 years ago
- asynchronous examples for openssl using poll/epoll☆122Updated last year
- kfifo, a generic userspace FIFO implementation, port from Linux kernel 5.x. Note: requires GCC.☆65Updated 3 months ago
- show compile message with color when show up error/warning/note/make using gcc/g++/make☆94Updated 7 years ago
- A fast no_lock RingQueue between 2 threads (25M WrtieRead per second)☆92Updated 6 years ago
- 系统编程:Makefile的编写、进程线程区别以及控制、生产者消费者模型、System V标准和POSIX标准中的IPC间通信、简单Shell脚本的编写;网络编程:基于TCP/UDP的客户端/服务器、socket、高级I/O、select/poll/epoll、Http协议☆55Updated 8 years ago
- Lock-Free Thread Pool☆75Updated last year
- fast thread pool☆26Updated 5 years ago
- 根据工作中经常需要用到的,基于C语言封装的一些常用工具类库,便于在工程项目中参考引用☆35Updated 3 years ago
- mini版FTP服务器实现文件上传和下载、断点续传、限速等功能☆83Updated 4 years ago
- 基于signal通知机制的无锁(CAS)共享内存消息队列的实现☆31Updated 8 years ago
- C++ 定时器, 基于 C++11, libuv 实现☆94Updated 8 years ago
- Stpool is a portable and efficient tasks pool library, it can work on diferent platforms such as Windows, linux, unix and ARM.☆41Updated 5 years ago
- ☆32Updated 6 years ago
- openssl surpport for handy☆42Updated 9 years ago
- Simple memory leak finder.☆51Updated 11 years ago
- ☆65Updated 5 years ago
- a ring buffer like kfifo, work in linux kernel and user space, test on kernel 3.16 on both x86 and ARM platform☆40Updated 3 years ago
- send and recv event between processes with very few lines of code☆48Updated 10 years ago
- 用libcurl实现http和https服务☆28Updated 6 years ago
- A framework for quick start app develop work using c language with gcc under linux☆44Updated 5 years ago
- A lock-free(or spin-lock) Queue implemented by RingBuffer.☆125Updated 4 years ago
- Linux下单进程/多线程/多进程/select/epoll架构的socket服务端和客户端的框架☆47Updated 7 years ago
- Message queue and thread pool implementations of C++ Workflow☆31Updated 3 months ago
- Zlog on Windows☆111Updated last year
- C/C++,跨平台,OS原生异步IO接口,纯C有栈和无栈C++20协程调度核心☆161Updated this week
- libuv系列教程的配套代码,从0到深度了解libuv的框架与使用。☆31Updated 4 years ago
- 协程的简单实现☆50Updated 2 years ago