Skip to content

phejet/benchmarkingcpp_games_trading

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Low latency FizzBuzz !

Demo application for Pacific++ 2018 and MeetingC++ 2018

Talk "Benchmarking C++. From video games to trading"

Application runs FizzBuzz game on a simulated network data and outputs tracing stats for performance analysis.

Attached Jupyter notebook with basic analysis

To build

git clone --recursive https://github.com/phejet/benchmarkingcpp_games_trading.git
cd benchmarkingcpp_games_trading
mkdir build
cd build
cmake ../
make

About

Examples and presentation for Pacific++/MeetingC++ talk "Benchmarking C++. From video games to algorithmic trading"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published