dietmarkuehl / stdnetLinks
Demo implementation of C++ networking
☆17Updated 9 months ago
Alternatives and similar repositories for stdnet
Users that are interested in stdnet are comparing it to the libraries listed below
Sorting:
- mlib is a fast, simple c++ meta-programming library that uses c++20.☆46Updated last year
- Utilities for working with strings at compile time and passing strings as template parameters.☆23Updated 5 years ago
- C++11 compatible charconv☆31Updated last week
- Container Traits for Modern C++☆29Updated 4 years ago
- Wide-Decimal implements a generic C++ template for large decimal float types from about 10 up to 10 million digits.☆53Updated 3 months ago
- The Fancy Named Parameters Library☆32Updated 2 months ago
- A collection of std-like containers written in C++11. Features fast unordered flat map/set, configurable double-ended vector and sparse d…☆37Updated 8 months ago
- A migration path to C++ library extensions scope_exit, scope_fail, scope_success, unique_resource☆46Updated 2 months ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 4 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆34Updated this week
- Tiny Test System☆27Updated 3 weeks ago
- Coroutine support tools☆35Updated 4 months ago
- A header only structure of arrays container for C++☆41Updated 2 years ago
- Miscellaneous Useful Utilities for C++.☆30Updated last year
- Asio Buffers without the Asio☆14Updated 2 weeks ago
- Complete implementation of std::function, std::function_ref, and std::move_only_function☆63Updated 5 months ago
- Low memory overhead allocator☆32Updated 7 months ago
- Fast multi-threaded line counter in Modern C++ (2-10x faster than `wc -l` for large files)☆18Updated 3 years ago
- C++20 SIMD Within A Register library☆40Updated 2 months ago
- A hash function library☆46Updated last week
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆35Updated 4 years ago
- Interval library for C++☆12Updated 5 months ago
- byte lite - A C++17-like byte type for C++98, C++11 and later in a single-file header-only library☆53Updated 3 months ago
- A library of type traits for introspecting C++ function types☆29Updated 6 years ago
- C++20 Memory Allocator library☆35Updated 2 months ago
- An Array Mapped Tree implementation☆10Updated 5 years ago
- Unique-ownership smart pointers with observable lifetime.☆37Updated 2 months ago
- C++ Better Futures☆45Updated 2 years ago
- A compiler-friendly variadic type list for C++.☆37Updated 2 years ago
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆17Updated last year