sunao2002002 / mem_procLinks
☆14Updated 8 years ago
Alternatives and similar repositories for mem_proc
Users that are interested in mem_proc are comparing it to the libraries listed below
Sorting:
- send and recv event between processes with very few lines of code☆47Updated 10 years ago
- Simple memory leak finder.☆51Updated 11 years ago
- shared memory☆21Updated 9 years ago
- 多种无锁队列☆43Updated 7 years ago
- a nginx-based memory pool . both share-memory and private-memory are supported. it is more efficient than malloc☆143Updated 7 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
- Lock-Free Thread Pool☆78Updated last year
- Message queue and thread pool implementations of C++ Workflow☆35Updated 9 months ago
- Memory Pool in different implemention ways, adapt different projects to improve performance☆25Updated 13 years ago
- RTP (Real-time Transport Protocol) library☆14Updated last month
- 由C语言实现的单线程高并发的网络基础库☆53Updated 4 years ago
- fast thread pool☆27Updated 6 years ago
- asynchronous examples for openssl using poll/epoll☆127Updated last year
- nginx shared memory map module☆20Updated 10 years ago
- kfifo, a generic userspace FIFO implementation, port from Linux kernel 5.x. Note: requires GCC.☆74Updated 9 months ago
- A benchmark showing that kfifo is really super fast☆11Updated 9 years ago
- A fast no_lock RingQueue between 2 threads (25M WrtieRead per second)☆93Updated 6 years ago
- 使用KCP和libuv的简单网络模块。☆65Updated 9 years ago
- HTTP/2库nghttp2源码中文注释分析, 后期不在更新,。停止分析nghttp2库主要原因:冗余代码太多,可读性差。如果想了解HTTP2代码实现过程,可以参考工程: reading-code-of-nginx-1.9.2;如果想学习quic实现过程,可以参考工程:re…☆43Updated 4 years ago
- Forward Error Correction Library☆18Updated 9 years ago
- C语言版的STL,包含set,list,map等基本数据结构和算法☆45Updated 9 years ago
- libubox from OpenWrt.☆39Updated 11 years ago
- A http library based on libuv and mbedtls, supported tls/ssl☆29Updated 5 years ago
- A lock-free(or spin-lock) Queue implemented by RingBuffer.☆128Updated 4 years ago
- a simple example for how to use epoll☆66Updated 12 years ago
- rbtree implementation adapted from linux kernel thus can be used in your own c program(of course in userspace).☆161Updated 3 years ago
- simple c json parse☆16Updated 3 years ago
- universal event-driven, concurrent infrastructure for ANSI-C/C++, also known as asychronous signal-slot and source level continuation mec…☆69Updated 4 years ago
- A small thread-safe queue written in C☆105Updated 5 years ago
- 基于signal通知机制的无锁(CAS)共享内存消息队列的实现☆31Updated 8 years ago