maciekgajewski / LowLatencyProgrammingPresentationLinks
Presentation based on the Low Latency Workshop
☆20Updated 7 years ago
Alternatives and similar repositories for LowLatencyProgrammingPresentation
Users that are interested in LowLatencyProgrammingPresentation are comparing it to the libraries listed below
Sorting:
- A shell style command line framework which can easily be incorporated into a linux c++ server, supporting telnet/nc clients☆40Updated 4 years ago
- A simple and efficient single producer multiple consumer queue, suititable for both ITC and IPC.☆124Updated last year
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆128Updated 4 years ago
- Implementaions of concurrent lock-free SPSC queue in c++.☆17Updated 8 years ago
- Lock-free implementation of the token bucket algorithm in C++☆62Updated 2 years ago
- c++ wrapper around libpapi☆92Updated 8 years ago
- Hiactor is a distributed C++ actor framework.☆118Updated last year
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆119Updated 7 years ago
- A low overhead nanosecond clock based on x86 TSC☆356Updated 11 months ago
- a highly cache-friendly hash table☆46Updated 3 years ago
- A disruptor thread-synchronisation data structure for C++11.