All Git Users → MengRao

10 open source projects by MengRao

1. Wfmpmc
A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC
2. Str
A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching
3. Tcpshm
A connection-oriented persistent message queue framework based on TCP or SHM(shared memory)
4. NanoLogLite
A revised version of NanoLog which writes human readable log file, and is easier to use.
5. efvitcp
A Tcp/Ip stack implementation on top of Solarflare ef_vi, and a C++ headers only framework for tcp multiplexing client/server.
✭ 18
6. SPMC Queue
A simple and efficient single producer multiple consumer queue, suititable for both ITC and IPC.
7. pollnet
A collection of non-blocking(polling) network libs for Linux, also support solarflare APIs(Tcpdirect/Efvi)
8. MPSC Queue
A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support
9. TCP-UDP-Proxy
A proxy server program written in C++ that can forward TCP or UDP packets
✭ 67
C++
10. SPSC Queue
A highly optimized single producer single consumer message queue C++ template
1-10 of 10 user projects