Meng Rao

Results 15 repositories owned by Meng Rao

fmtlog

738
Stars
115
Forks
Watchers

fmtlog is a performant fmtlib-style logging library with latency in nanoseconds.

tcpshm

447
Stars
125
Forks
Watchers

A connection-oriented persistent message queue framework based on TCP or SHM(shared memory)

SPSC_Queue

235
Stars
67
Forks
Watchers

A highly optimized single producer single consumer message queue C++ template

tscns

275
Stars
69
Forks
Watchers

A low overhead nanosecond clock based on x86 TSC

pollnet

204
Stars
84
Forks
Watchers

A collection of non-blocking(polling) network libs for Linux, also support solarflare APIs(Tcpdirect/Efvi)

websocket

157
Stars
40
Forks
Watchers

A single header c++ websocket client/server lib for linux

str

122
Stars
31
Forks
Watchers

A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching

WFMPMC

109
Stars
33
Forks
Watchers

A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC

admincmd

38
Stars
11
Forks
Watchers

A shell style command line framework which can easily be incorporated into a linux c++ server, supporting telnet/nc clients

efvitcp

28
Stars
5
Forks
Watchers

A Tcp/Ip stack implementation on top of Solarflare ef_vi, and a C++ headers only framework for tcp multiplexing client/server.