ruifig / czspas
Minimalistic socket library inspired by Asio/Boost Asio, implemented in 1 single header file
☆26Updated 2 months ago
Alternatives and similar repositories for czspas:
Users that are interested in czspas are comparing it to the libraries listed below
- A light-weight C++ profiling library☆31Updated 10 years ago
- Wait-free ring buffer for inter-thread communication using C++11 atomics☆19Updated 9 years ago
- C/C++ compiler vendor and features detection.☆37Updated 7 years ago
- A simple C++11 reflection/serialization framework.☆129Updated 9 years ago
- C++17 tiny vector math library☆41Updated last year
- TinyThread++ fork with lambda, future and continuation support.☆30Updated 12 years ago
- A simple C++11 signal/slot (event/delegate) implementation based on Fast C++ Delegates☆42Updated 7 years ago
- a lightweight SIMD vector, matrix and quaternion library☆32Updated 2 years ago
- C++ Concurrency library!☆26Updated 6 years ago
- Non-intrusive C++ signal programming library☆50Updated 3 years ago
- ID, a compile-time string hasher and sequential ID generator (C++11)☆28Updated 9 years ago
- Components for service discovery via udp multicasting. It's using boost::asio for async networking. It's non-blocking and non-locking.☆18Updated 9 years ago
- A constexpr string, container and algorithm library for C++14/1Z.