Skip to content
View drogalis's full-sized avatar

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++ 40 3

  2. Hash-Flat-Map Hash-Flat-Map Public

    A vector based map that implements a red black tree under the hood. Performs faster insertions and deletions than std::map and has a reduced memory footprint per node.

    C++ 14

  3. Dense-Hashmap Dense-Hashmap Public

    An open addressing dense hashmap that uses linked list collision resolution to improve right tail performance. Compliant with STL methods.

    C++ 1

  4. Seqlock Seqlock Public

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

    C++ 1

  5. 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.

    2 1

  6. 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