Stars
The high performance c/c++ coroutine/fiber library for Linux/FreeBSD/MacOS/Windows, supporting select/poll/epoll/kqueue/iouring/iocp/windows GUI
We make any object thread-safe and std::shared_mutex 10 times faster to achieve the speed of lock-free algorithms on >85% reads
combine kcp with boost::asio. - kcp: a Fast and Reliable udp protocal.
High Performance TCP/UDP/HTTP Communication Component
A very fast cross-platform memory pool mechanism for C++ built using a data-oriented approach (3 to 24 times faster than regular new or delete, depending on operating system & compiler)
A modern, fast, lightweight thread pool library based on C++20
A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.
A fast multi-producer, multi-consumer lock-free concurrent queue for C++11
convert Lua source code into an equivalent C source code written in terms of Lua C API calls
Write a simple interpreter of C. Inspired by c4 and largely based on it.
A JIT assembler for x86/x64 architectures supporting MMX, SSE (1-4), AVX (1-2, 512), FPU, APX, and AVX10.2
C++ implementation of a fast hash map and hash set using robin hood hashing
Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20
Up to 10x faster strings for C, C++, Python, Rust, Swift & Go, leveraging NEON, AVX2, AVX-512, SVE, & SWAR to accelerate search, hashing, sort, edit distances, and memory ops 🦖
A family of header-only, very fast and memory-friendly hashmap and btree containers.
A concurrent thread-safe hash map implemented in C++
BS::thread_pool: a fast, lightweight, modern, and easy-to-use C++17 / C++20 / C++23 thread pool library
A simple C++11 Thread Pool implementation