Skip to content
View dgrr's full-sized avatar
  • Dubai
  • 20:56 (UTC +04:00)

Sponsoring

@tokio-rs

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

Pinned Loading

  1. http2 http2 Public

    HTTP/2 implementation for fasthttp

    Go 210 37

  2. websocket websocket Public

    WebSocket for fasthttp

    Go 60 13

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

    C++ Binance Futures SDK.

    C++ 18 6

  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