pfultz2 / awesome-cpp-1
A curated list of awesome C++ frameworks, libraries and software.
☆54Updated 8 years ago
Alternatives and similar repositories for awesome-cpp-1:
Users that are interested in awesome-cpp-1 are comparing it to the libraries listed below
- A static reimplementation of the C++ STL (no dynamic memory allocations).☆102Updated 5 years ago
- Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C++☆89Updated 4 years ago
- Wire is a drop-in std::string replacement with extended functionality and safe C/C++ formatters (C++11).☆39Updated 8 years ago
- ID, a compile-time string hasher and sequential ID generator (C++11)☆28Updated 9 years ago
- A template for simple C++ reflection done with CMake and Python (no other external tools)☆40Updated 2 years ago
- Thread pool using std::* primitives from C++20, with optional priority queue/greenthreading for POSIX.☆82Updated 2 years ago
- A high performance C++ playground library☆48Updated 8 years ago
- Simple, compact, endian-safe and header-only serialization/deserialization for C++☆91Updated 3 years ago
- Tiny portable C++ library for atomic operations☆54Updated last year
- High performance multithreading toolkit for C++17☆46Updated 2 weeks ago
- A constexpr string, container and algorithm library for C++14/1Z.☆25Updated 7 years ago
- A light-weight C++ profiling library☆31Updated 10 years ago
- C++11 header only networking library built on enet (udp)☆73Updated 8 years ago
- C++ features jump start☆122Updated 2 years ago
- Non-intrusive, high performance C++17 lightweight JSON de/serializer☆68Updated 5 years ago
- a tool to count accesses to member variables in c++ programs☆75Updated 11 years ago
- Fast delegates implementation☆56Updated 2 years ago
- A C++ header-only support for serialization of generic objects to be used when the type is known a-priori.☆53Updated 11 years ago
- A fast (not quite lock-free) multi-producer multi-consumer queue☆21Updated 6 years ago
- x86/x64 JIT compiler for math string expressions written in C++. Parser is Boost.Spirit X3. AST transformations: partial derivation, cons…☆47Updated 9 years ago
- A C++ ringbuffer that always looks like a flat array☆81Updated 4 years ago
- Smart pointer for any movable objects. When trackable object moved/destroyed, trackers updated with new object's pointer.☆25Updated 5 years ago
- My talks from CppCon 2020☆23Updated 4 years ago
- PDFs of presenter slides from ACCU 2019☆64Updated 5 years ago
- Use Case Example: How to use ExternalProject_Add☆58Updated 6 years ago
- ☆21Updated 5 years ago
- A library for C++ reflection and introspection☆199Updated 7 years ago
- Minimal subset of Catch2 C++ test framework☆26Updated 6 years ago
- Heap allocation free version of C++11 std::function☆55Updated 3 years ago
- JSON Serializer using compile time reflection☆20Updated 2 years ago