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.
☆153Jul 5, 2026Updated this week
Alternatives and similar repositories for plf_nanotimer
Users that are interested in plf_nanotimer are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆76May 13, 2026Updated last month
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆173Updated this week
- A sort wrapper enabling both use of random-access sorting on non-random access containers, and increased performance for the sorting of l…☆25Jul 11, 2025Updated 11 months ago
- A modern(ish) cross-platform open-source 2D game engine built on top of SDL2. C++98/03/11/14/17 compatible. Requires plf::colony and plf:…☆17Feb 17, 2019Updated 7 years ago
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆24Updated this week
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- An unordered C++ data container providing fast iteration/insertion/erasure while maintaining pointer/iterator validity to non-erased elem…☆499Jun 29, 2026Updated last week
- A C++ data container replicating std::queue functionality but with better performance.☆41May 13, 2026Updated last month
- Display the status of C++ feature flags☆20Jun 6, 2023Updated 3 years ago
- a ring buffer for variable sized continuous data☆16Dec 10, 2015Updated 10 years ago
- plf::hive is a fork of plf::colony to match the current C++ standards proposal.☆152Updated this week
- The Fancy Named Parameters Library☆35Apr 3, 2026Updated 3 months ago
- Terminating is exciting☆22Nov 3, 2016Updated 9 years ago
- A template library for fixed-point calculations☆16Oct 11, 2018Updated 7 years ago
- Pack unit 3D vectors (such as normal vectors) into integer type☆18May 21, 2016Updated 10 years ago
- Simple, predictable pricing with DigitalOcean hosting • AdAlways know what you'll pay with monthly caps and flat pricing. Enterprise-grade infrastructure trusted by 600k+ customers.
- SPY - C++ Information Broker☆165Jun 29, 2026Updated last week
- Some library components that didn't quite fit anywhere else...☆36Nov 19, 2025Updated 7 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☆166Nov 28, 2025Updated 7 months ago
- Ease-of-use-first argument parsing for C++23☆65Jan 7, 2026Updated 6 months ago
- Library for managing windows for cross platform UI applications☆28Dec 26, 2025Updated 6 months ago
- A view that allows iteration over a view, returning the index of each item along with each item☆13Jun 17, 2020Updated 6 years ago
- forward declarations for C++ std headers☆75Jan 31, 2021Updated 5 years ago
- Symetrical field-of-vision algorithm based on Brensenham's line algorithm implemented with C++