Skip to content
View NiclasDimitriadis's full-sized avatar
Block or Report

Block or report NiclasDimitriadis

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories

  1. CppOrderBook CppOrderBook Public

    --deprecated in favor of CppOrderBook2-- Small project demonstrating reading FIX messages from a (socket-like) buffer and using them to manipulate an order book object. Possibly multithreaded. Emph…

    C++ 1

  2. SeqLockQueue SeqLockQueue Public

    Simple C++ implementation of a sequential-lock queue that heavily makes use of templates and leaves the user with the choice to avoid or embrace data races.

    C++ 1

  3. CppOrderBook2 CppOrderBook2 Public

    Overhauled version of CppOrderBook. Small project demonstrating reading FIX messages from a (socket-like) buffer and using them to manipulate an order book object. Possibly multithreaded. Emphasis …

    C++ 1 1

  4. TMP_lib TMP_lib Public

    Template metaprogramming library originally spun off from CppOrderBook project.

    C++