Skip to content

kurbakov/qtradr

Repository files navigation

qtradr

Collection of libs and tools for low latency applications

About

This repo is a mix of documentation and implementation.

It is a cmake project with dependencies defined in .cmake

To build the project:

cd qtradr
mkdir .build-release && cd .build-release
cmake .. && make -j8
ctest .

We also have benchmark tests, build and run it based on the need. All benchmark tests in the repo have *.bt.cpp extension.

Plan for coding

Useful links

Libs

Tools

Network

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors