Skip to content
View drogalis's full-sized avatar

Sponsoring

@thestinger

Block or report drogalis

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. SPSC-Queue SPSC-Queue Public

    A single producer single consumer lock free queue that utilizes copy / move assignment to transfer messages. Achieves a top performance, faster than many of the leading SPSC queues.

    C++ 54 5

  2. Seqlock Seqlock Public

    A sequence lock that uses atomic fences and atomic memory order to load and store data without tearing.

    C++ 1

  3. Serotonin Serotonin Public

    A keyboard layout for split keyboards with 'E' on the thumb cluster. The lowest total word effort of any layout on cyanophage.

    5 1

  4. Multithreaded-TCP-UDP-Server Multithreaded-TCP-UDP-Server Public

    Utilizes epoll to monitor multiple socket file descriptors. Each event is processed on a worker thread in the thread pool.

    C++ 1