badaix / poplLinks
Header-only C++ program options parser library
☆177Updated 2 years ago
Alternatives and similar repositories for popl
Users that are interested in popl are comparing it to the libraries listed below
Sorting:
- Glob for C++17☆268Updated 2 months ago
- A simple C++11 command line argument parser☆231Updated 3 months ago
- Simple Useful Libraries: C++17/20 header-only dynamic bitset☆162Updated 5 months ago
- A C++ header-only ZLib wrapper☆323Updated 2 months ago
- A micro microbenchmarking library for C++11 in a single header file☆222Updated 3 weeks ago
- A single header standard C++ serialization framework.☆196Updated 3 years ago
- C++ small containers☆147Updated 2 months ago
- Compile time mathematic functions for C++14☆188Updated 3 years ago
- Implementation of C++20's std::span for older compilers☆357Updated 2 years ago
- A reflective enum implementation for C++☆298Updated last year
- A modern C++ scope guard that is easy to use but hard to misuse.☆191Updated 2 years ago
- Multiprecision for modern C++☆314Updated 7 months ago
- A C++ header-only YAML library☆108Updated last month
- Header-only C++ logging library☆139Updated 5 months ago
- A simple C++ 03/11/etc timer class for ~microsecond-precision cross-platform benchmarking. The implementation is as limited and as simple…☆141Updated last year
- 🏃 Iterators made easy! Zero cost abstractions for designing and using C++ iterators.☆143Updated 9 months ago
- Fast C++ container combining the best features of std::vector and std::deque☆128Updated last year
- A highly efficient, move-aware operators library☆202Updated 2 years ago
- [DEPRECATED] See https://github.com/p-ranav/csv2☆233Updated 5 years ago
- variant lite - A C++17-like variant, a type-safe union for C++98, C++11 and later in a single-file header-only library☆242Updated 5 months ago
- A collection of std-like single-header C++ libraries☆187Updated last week
- C++ command line parsing library☆200Updated last year
- SPY - C++ Information Broker☆155Updated 2 weeks ago
- Finite State Machine implementation using std::variant