wichtounet / cpp_utilsLinks
Collection of header-only utilities for C++
☆36Updated 2 years ago
Alternatives and similar repositories for cpp_utils
Users that are interested in cpp_utils are comparing it to the libraries listed below
Sorting:
- Modern C++ generic header-only template library.☆104Updated 4 months ago
- any lite - A C++17-like any, a type-safe container for single values of any type for C++98, C++11 and later in a single-file header-only …☆149Updated 2 weeks ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 4 years ago
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆93Updated 4 years ago
- Replaced by foonathan/lexy☆138Updated 5 years ago
- Header-only library providing unicode aware string support for C++☆109Updated 8 months ago
- Implementation of std::any, including small object optimization, for C++11 compilers☆150Updated last year
- A fast and flexible c++ template class for tree data structures☆113Updated 3 months ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 5 years ago
- benchmark for various C++ function implementations; focus on invocation time☆96Updated 6 years ago
- Thread pool using std::* primitives from C++20, with optional priority queue/greenthreading for POSIX.☆85Updated 3 years ago
- WIP☆27Updated 6 years ago
- C++20 implementation of {{ mustache }}☆86Updated last year
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆70Updated 5 months ago
- Provides run-time tuple element access☆15Updated 4 years ago
- A C++14 library to make it easier to work with parameter packs☆57Updated 6 years ago
- Non-intrusive, high performance C++17 lightweight JSON de/serializer☆68Updated 6 years ago
- A realtime/embedded-friendly C++11 variant type which is never empty and prevents undesirable implicit conversions☆99Updated 7 years ago
- The missing C++ tuple functionality☆85Updated 5 years ago
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆161Updated 5 months ago
- A research project aimed at introducing language support for type erasure in C++.☆54Updated 9 years ago
- A simple C++ 03/11/etc timer class for ~microsecond-precision cross-platform benchmarking. The implementation is as limited and as simple…☆146Updated last year
- ⏱️ Single-header C++11 RDTSCP clock and timing utilities released into the public domain.☆110Updated 6 years ago
- C++ String Toolkit Library https://www.partow.net/programming/strtk/index.html☆143Updated 5 years ago
- A prototype implementation of the executors proposal☆85Updated 6 years ago
- A compile-time linear algebra system for C++☆122Updated 4 years ago
- Allows you to write binary components in C++11 that can be used across different compilers and standard libraries☆214Updated 8 years ago
- A C++14 and later CRTP template for defining iterators☆76Updated last month
- Fast containers of polymorphic objects.☆69Updated this week
- An experimental SQL connector for containers and streams of the C++ Standard Library☆37Updated 7 years ago