zhiyuan2007 / IPC-performance-compareLinks
Compare performance of IPC(Inter-Process Communication), include file, zeromq, socket, unixsocket, share-memory, msq-queue and so on
☆30Updated 5 years ago
Alternatives and similar repositories for IPC-performance-compare
Users that are interested in IPC-performance-compare are comparing it to the libraries listed below
Sorting:
- send and recv event between processes with very few lines of code☆47Updated 11 years ago
- a nginx-based memory pool . both share-memory and private-memory are supported. it is more efficient than malloc☆143Updated 8 years ago
- 多种无锁队列☆43Updated 7 years ago
- Simple C++multithread lib☆126Updated 6 years ago
- A lock-free(or spin-lock) Queue implemented by RingBuffer.☆127Updated 4 years ago
- a fast ,stable and thread-safe log lib(logger) for C/C++ language☆252Updated 7 years ago
- Simple and lightweight Hierarchical/Finite-State Machine (H-FSM) class (C++11)☆282Updated 9 years ago
- 用于搭建高性能、全异步、树形结构的BUS消息系统的跨平台框架库☆229Updated last week
- A small, clean, linux-only thread-pool implementation using epoll with support for sockets, scheduled callbacks and TCP connections.☆181Updated 13 years ago
- A memory pool written with C++☆59Updated 5 years ago
- Example for connect MySQL with Connection pool in CPP.☆47Updated 12 years ago
- this is my summary c++ common tools☆28Updated 2 years ago
- 基于signal通知机制的无锁(CAS)共享内存消息队列的实现☆32Updated 9 years ago
- shared memory☆21Updated 9 years ago
- linux线程间同步(Inter-Thread Synchronization)方式汇总☆60Updated 10 years ago
- Message queue and thread pool implementations of C++ Workflow☆37Updated last month
- kfifo, a generic userspace FIFO implementation, port from Linux kernel 5.x. Note: requires GCC.☆75Updated last year
- RPC over TCP/DDS/REST☆70Updated last month
- Lock-Free Thread Pool☆79Updated 2 years ago
- An IPC library that implements publish/subscribe (PUBSUB) and remote procedure call (RPC) functionality.☆12Updated 6 years ago
- asynchronous examples for openssl using poll/epoll☆127Updated 2 years ago
- A reliable, high-performance, thread safe, flexsible, clear-model, pure C logging library.☆59Updated 2 years ago
- WebSocket server demo implemented with C++ & libevent☆116Updated 4 years ago
- C服务器进程通用模板,跨平台,动态库,协程☆47Updated last month
- 基于共享内存的进程间通信组件☆15Updated 6 years ago
- 系统编程:Makefile的编写、进程线程区别以及控制、生产者消费者模型、System V标准和POSIX标准中的IPC间通信、简单Shell脚本的编写;网络编程:基于TCP/UDP的客户端/服务器、socket、高级I/O、select/poll/epoll、Http协议☆58Updated 9 years ago
- 一个基于epoll的多线程 linux c http web服务器☆24Updated 10 years ago
- Automatically exported from code.google.com/p/evproto☆14Updated 9 years ago
- OpenSource WebSocket toolkit☆126Updated last month
- SMCPP是一个状态机库的C++语言实现, 支持FSM和HSM. 该库参考了QPCPP.☆14Updated 8 years ago