-
Green Key Partners
- Long Island, NY
-
01:53
(UTC -05:00) - 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.
-
Hash-Flat-Map
Hash-Flat-Map 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
-
Dense-Hashmap
Dense-Hashmap PublicAn open addressing dense hashmap that uses linked list collision resolution to improve right tail performance. 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.