Skip to content
View silahian's full-sized avatar

Block or report silahian

Report abuse

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

Report abuse

Pinned Loading

  1. visualHFT/VisualHFT visualHFT/VisualHFT Public

    Open-source desktop application for real-time market microstructure analysis. Explore live Level 2 order books, trades, liquidity, and built-in studies.

    C# 1.2k 245

  2. Pre allocated vs dynamic arrays perf... Pre allocated vs dynamic arrays performance for low latency / high frequency trading systems
    1
    // Example program
    2
    #include <iostream>
    3
    #include <string>
    4
    #include <vector>
    5
    #include <algorithm>
  3. Observer pattern created by silahian... Observer pattern created by silahian - https://repl.it/HpbL/15
    1
    #include <string>
    2
    #include <vector>
    3
    #include <thread>
    4
    #include <iostream>
    5
    #include <unistd.h>
  4. busy-waiting-example created by sila... busy-waiting-example created by silahian - https://repl.it/Hry2/1
    1
    #include <string>
    2
    #include <vector>
    3
    #include <thread>
    4
    #include <iostream>
    5
    #include <unistd.h>
  5. fx_aggregator fx_aggregator Public

    This code is a companion of my article about "How technology and automation can help to improve Execution Quality in FX"

    C++ 5 2