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

Block or report silahian

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

Pinned

  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# 663 135

  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