liigo / kfifo
kfifo, a generic userspace FIFO implementation, port from Linux kernel 5.x. Note: requires GCC.
☆71Updated 8 months ago
Alternatives and similar repositories for kfifo:
Users that are interested in kfifo are comparing it to the libraries listed below
- a nginx-based memory pool . both share-memory and private-memory are supported. it is more efficient than malloc☆141Updated 7 years ago
- A small thread-safe queue written in C☆105Updated 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 4 years ago
- 多种无锁队列☆43Updated 7 years ago
- A set of simple C libraries that simplify the use of Linux message queues, semaphores, shared memory, sockets, timers, and even serial po…☆81Updated 8 years ago
- 基于signal通知机制的无锁(CAS)共享内存消息队列的实现☆31Updated 8 years ago
- Simple memory leak finder.☆51Updated 11 years ago
- 纯C语言高性能异步多任务多事件驱动的协程库| Pure C language high-performance asynchronous multi-task multi-event driven coroutine library.☆200Updated 4 years ago
- send and recv event between processes with very few lines of code☆47Updated 10 years ago
- Lock-Free Thread Pool☆78Updated last year
- Message queue and thread pool implementations of C++ Workflow☆33Updated 9 months ago
- OpenSource WebSocket toolkit☆125Updated last month
- crc16/crc32/crc64☆176Updated 8 months ago
- Fork of Log4c project☆91Updated 8 years ago
- Protothreads extremely lightweight stackless threads implemented in C☆114Updated 12 years ago
- ePump是一个基于I/O事件通知、非阻塞通信、多路复用、多线程等机制开发的事件驱动模型的 C 语言应用开发框架,利用该框架可以很容易地开发出高性能、大并发连接的服务器程序。☆42Updated 7 months ago
- 模仿 kfifo 实现的环形缓冲区☆95Updated 5 years ago
- 根据工作中经常需要用到的,基于C语言封装的一些常用工具类库,便于在工程项目中参考引用☆57Updated 3 years ago
- a fast ,stable and thread-safe log lib(logger) for C/C++ language☆249Updated 7 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 4 years ago
- C/C++,跨平台,OS原生异步IO接口,纯C有栈和无栈C++20协程调度核心☆166Updated last month
- 编码转换 unicode utf8 gb2312☆52Updated 8 years ago
- rbtree implementation adapted from linux kernel thus can be used in your own c program(of course in userspace).☆160Updated 3 years ago
- A lightweight C, C++ logging library developed for Linux, It is designed with high performance, asynchronized, thread-safe and process-sa…☆225Updated 4 months ago
- 一个极简内存池实现☆292Updated 6 months ago
- 纯C语言高性能的轻量级协程,比protothread更高效,仅一个bp.h文件。 Lightweight coroutine with high performance in pure C language, …☆91Updated 3 years ago
- Study for FreeRTOS☆13Updated 6 years ago
- 协程的简单实现☆50Updated 3 years ago
- 系统编程:Makefile的编写、进程线程区别以及控制、生产者消费者模型、System V标准和POSIX标准中的IPC间通信、简单Shell脚本的编写;网络编程:基于TCP/UDP的客户端/服务器、socket、高级I/O、select/poll/epoll、Http协议☆56Updated 9 years ago
- libubox from OpenWrt.☆39Updated 11 years ago