efcs / elibLinks
A C++11 Utility Library
☆15Updated 10 years ago
Alternatives and similar repositories for elib
Users that are interested in elib are comparing it to the libraries listed below
Sorting:
- Cleaned up version of <https://bitbucket.org/martinhofernandes/wheels/>☆27Updated 9 years ago
- WG21 P0468 implementation of an intrusive smart pointer for C++☆57Updated 5 years ago
- Foundations of symbol based programming☆30Updated 5 years ago
- A simple C++11 signal/slot (event/delegate) implementation based on Fast C++ Delegates☆41Updated 7 years ago
- A simple C++11 reflection/serialization framework.☆130Updated 9 years ago
- Warning suppression library (C++)☆83Updated 5 years ago
- Literal Logging for C++☆86Updated 7 years ago
- C++17 immutable compile-time key value map☆50Updated 5 years ago
- Boost.org type_traits module☆64Updated last week
- Benchmark comparing various data serialization libraries (thrift, protobuf etc.) for C++☆35Updated 8 years ago
- Lightweight approach to expressing task stealing and balanced parallelism in a C++ programs.☆73Updated 9 years ago
- Header-only library providing unicode aware string support for C++☆109Updated 3 months ago
- observer-ptr - An observer_ptr for C++98 and later in a single-file header-only library (Extensions for Library Fundamentals, v2, v3)☆36Updated last year
- Visualization tool for Templight C++ template debugger traces☆90Updated 6 years ago
- Fast containers of polymorphic objects.☆68Updated 3 weeks ago
- Type safe "Keep it simple, stupid" text templates for C++☆39Updated 8 years ago
- unique_resource, The General RAII Wrapper for Exclusive Ownership Resource Management.☆48Updated 11 months ago
- Thread pool using std::* primitives from C++20, with optional priority queue/greenthreading for POSIX.☆85Updated 2 years ago
- C++ async operations☆100Updated 10 years ago
- A C++ 14 implementation of graph data structures☆34Updated 8 years ago
- A realtime/embedded-friendly C++11 variant type which is never empty and prevents undesirable implicit conversions☆99Updated 6 years ago
- dynamic polymorphism without inheritance