Lists (2)
Sort Name ascending (A-Z)
Stars
Scalable Network Stack for FPGAs (TCP/IP, RoCEv2)
magic-trace collects and displays high-resolution traces of what a process is doing
A fast multi-producer, multi-consumer lock-free concurrent queue for C++11
Performance Tuning Tutorial given at Oak Ridge National Laboratory
A high-frequency trading and market-making backtesting and trading bot in Python and Rust, which accounts for limit orders, queue positions, and latencies, utilizing full tick data for trades and o…
This is an online course where you can learn and master the skill of low-level performance analysis and tuning.
A collection of resources on modern C++
Implementation of a orderbook data structure for LOB research capabilities.
Order Book implementation in C++20 (Concepts & Co-Routines)
A collection of resources on wait-free and lock-free programming
C++ Library for pulling system and hardware information, without hitting the command line.
Performance analysis tools based on Linux perf_events (aka perf) and ftrace
An open addressing linear probing hash table, tuned for delete heavy workloads
An intrusive lock-free multiple-producer, single-consumer queue in C++
A highly optimized single producer single consumer message queue C++ template
A single header c++ websocket client/server lib for linux
altmind / spdlog
Forked from gabime/spdlogSuper fast C++ logging library.
A bounded single-producer single-consumer wait-free and lock-free queue written in C++11
A bounded multi-producer multi-consumer concurrent queue written in C++11