MengRao / pollnetLinks
A collection of non-blocking(polling) network libs for Linux, also support solarflare APIs(Tcpdirect/Efvi)
☆231Updated last month
Alternatives and similar repositories for pollnet
Users that are interested in pollnet are comparing it to the libraries listed below
Sorting:
- A Tcp/Ip stack implementation on top of Solarflare ef_vi, and a C++ headers only framework for tcp multiplexing client/server.☆31Updated 3 years ago
- A highly optimized single producer single consumer message queue C++ template☆261Updated 2 years ago
- erfvicap is a packet capture tool for network adapters from Solarflare☆63Updated 2 years ago
- A simple and efficient single producer multiple consumer queue, suititable for both ITC and IPC.☆102Updated 9 months ago
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆119Updated 6 years ago
- A low overhead nanosecond clock based on x86 TSC☆328Updated 3 months ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Updated 3 years ago
- A FAST (FIX Adapted for STreaming) encoder/decoder☆232Updated last month
- An efficient single publisher multiple subscriber message queue for Linux IPC☆58Updated 4 years ago
- c++, low-latency in-porcess communication via mmap☆49Updated 5 years ago
- Port of LMAX Disruptor to C++☆425Updated 2 years ago
- A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support