Skip to content
View dgrr's full-sized avatar
  • Infinite Field
  • Dubai
  • 09:38 (UTC +04:00)

Sponsoring

@duyet
@tokio-rs
Block or Report

Block or report dgrr

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
dgrr/README.md

I am currently building high-frequency trading software at Infinite Field.

We are hiring! If you are interested either apply to careers [at] infinitefieldtrading.com or hit me up with a message on LinkedIn.

Pinned

  1. http2 http2 Public

    HTTP/2 implementation for fasthttp

    Go 205 34

  2. websocket websocket Public

    WebSocket for fasthttp

    Go 58 14

  3. binance-futures-sdk binance-futures-sdk Public

    C++ Binance Futures SDK.

    C++ 16 5

  4. tl tl Public

    Generic template library for Golang

    Go 3

  5. string_to_hex.cc string_to_hex.cc
    1
    #include <immintrin.h>
    2
    #include <string>
    3
    
                  
    4
    static const unsigned char __hex_chars[16]   = {'0', '1', '2', '3', '4', '5',
    5
                                                '6', '7', '8', '9', 'a', 'b',
  6. pgxx_variadic_select.cc pgxx_variadic_select.cc
    1
    #include <iostream>
    2
    #include <pqxx/pqxx>
    3
    #include <string>
    4
    #include <string>
    5