Pinned Repositories
fmtlog
fmtlog is a performant fmtlib-style logging library with latency in nanoseconds.
pollnet
A collection of non-blocking(polling) network libs for Linux, also support solarflare APIs(Tcpdirect/Efvi)
SPMC_Queue
A simple and efficient single producer multiple consumer queue, suititable for both ITC and IPC.
SPSC_Queue
A highly optimized single producer single consumer message queue C++ template
str
A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching
TCP-UDP-Proxy
A proxy server program written in C++ that can forward TCP or UDP packets
tcpshm
A connection-oriented persistent message queue framework based on TCP or SHM(shared memory)
tscns
A low overhead nanosecond clock based on x86 TSC
websocket
A single header c++ websocket client/server lib for linux
WFMPMC
A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC
MengRao's Repositories
MengRao/fmtlog
fmtlog is a performant fmtlib-style logging library with latency in nanoseconds.
MengRao/tcpshm
A connection-oriented persistent message queue framework based on TCP or SHM(shared memory)
MengRao/tscns
A low overhead nanosecond clock based on x86 TSC
MengRao/SPSC_Queue
A highly optimized single producer single consumer message queue C++ template
MengRao/pollnet
A collection of non-blocking(polling) network libs for Linux, also support solarflare APIs(Tcpdirect/Efvi)
MengRao/websocket
A single header c++ websocket client/server lib for linux
MengRao/str
A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching
MengRao/WFMPMC
A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC
MengRao/TCP-UDP-Proxy
A proxy server program written in C++ that can forward TCP or UDP packets
MengRao/SPMC_Queue
A simple and efficient single producer multiple consumer queue, suititable for both ITC and IPC.
MengRao/MPSC_Queue
A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support
MengRao/PubSubQueue
An efficient single publisher multiple subscriber message queue for Linux IPC
MengRao/admincmd
A shell style command line framework which can easily be incorporated into a linux c++ server, supporting telnet/nc clients
MengRao/NanoLogLite
A revised version of NanoLog which writes human readable log file, and is easier to use.
MengRao/efvitcp
A Tcp/Ip stack implementation on top of Solarflare ef_vi, and a C++ headers only framework for tcp multiplexing client/server.
MengRao/awesome-modern-cpp
A collection of resources on modern C++
MengRao/HashMap
An open addressing linear probing hash table, tuned for delete heavy workloads
MengRao/Algos
A collection of C++ libraries I personally maintained and used in competitive programming problems.
MengRao/awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
MengRao/logger_benchmarks
MengRao/SuperImageView-for-Android
A powerful Image browser for Android that supports multiple gestures