- Long Island, NY
-
12:27
(UTC -04:00) - drogalis.us
- in/andrewdrogalis
Pinned Loading
-
SPSC-Queue
SPSC-Queue PublicA 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.
-
Flat-Map-RB-Tree
Flat-Map-RB-Tree PublicA 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
-
Open-Addressing-HashMap
Open-Addressing-HashMap PublicAn open addressing hashmap with linear probing and backshift deletion. Compliant with STL methods.
C++ 1
-
Multithreaded-TCP-UDP-Server
Multithreaded-TCP-UDP-Server PublicUtilizes epoll to monitor multiple socket file descriptors. Each event is processed on a worker thread in the thread pool.
C++ 1
If the problem persists, check the GitHub status page or contact support.