Skip to content
View silahian's full-sized avatar
  • New York

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 Public

    VisualHFT is a cutting-edge GUI platform for market analysis, focusing on real-time visualization of market microstructure. Built with WPF & C#, it displays key metrics like Limit Order Book dynami…

    C# 729 147

  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++ 4 2