mattreecebentley / plf_nanotimerLinks
A simple C++ 03/11/etc timer class for ~microsecond-precision cross-platform benchmarking. The implementation is as limited and as simple as possible to create the lowest amount of overhead.
☆148Updated last year
Alternatives and similar repositories for plf_nanotimer
Users that are interested in plf_nanotimer are comparing it to the libraries listed below
Sorting:
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆165Updated 5 months ago
- ring-span lite - A C++yy-like ring_span type for C++98, C++11 and later in a single-file header-only library☆165Updated 3 weeks ago
- A C++ header-only library for creating, displaying, iterating and manipulating dates☆78Updated 2 years ago
- C++ serializers benchmark with realistic data☆126Updated 2 years ago
- C++ small containers☆148Updated 7 months ago
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆185Updated last week
- A single header standard C++ serialization framework.☆198Updated 4 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆70Updated 5 months ago
- Amalgamate C source and header files.☆91Updated 10 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.☆251Updated 3 weeks ago
- Light, fast, threadpool for C++20