A C++ data container replicating std::queue functionality but with better performance.
☆41May 13, 2026Updated last month
Alternatives and similar repositories for plf_queue
Users that are interested in plf_queue 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 replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆24May 21, 2026Updated last month
- 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 drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆171May 13, 2026Updated last month
- An unordered C++ data container providing fast iteration/insertion/erasure while maintaining pointer/iterator validity to non-erased elem…☆499Updated this week
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- C++11 compatible charconv☆32Apr 27, 2026Updated 2 months ago
- plf::hive is a fork of plf::colony to match the current C++ standards proposal.☆152May 25, 2026Updated last month
- ☆10May 23, 2023Updated 3 years ago
- A simple C++ 03/11/etc timer class for ~microsecond-precision cross-platform benchmarking. The implementation is as limited and as simple…☆153May 22, 2026Updated last month
- Cross-Platform, Efficient easy to integrate crash reporting library for modern C++☆89Mar 20, 2026Updated 3 months ago
- A lock-free malloc(3) implementation☆20Jun 15, 2025Updated last year
- 🕸️ Glue C++ to your browser! Universal bindings for JavaScript/Wasm using Glue and Embind.☆22Jan 7, 2024Updated 2 years ago
- Fork of icculus's HLSL Bytecode -> GLSL translator with tweaks for MonoGame☆15May 28, 2023Updated 3 years ago
- DARMA/magistrate => Serialization and checkpointing library☆12Jan 26, 2026Updated 5 months 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.
- Has been replaced by https://github.com/Skycoder42/QtMvvm☆12Mar 14, 2018Updated 8 years ago
- Core abstractions for dealing with concurrency in C++☆69Apr 3, 2024Updated 2 years ago
- Erased is meant to be a fast and constexpr friendly C++ type erasure implementation☆25Aug 10, 2025Updated 10 months ago
- std::ring_span (SG14, P0059R1)☆46Dec 3, 2016Updated 9 years ago
- Coroutines for C++23☆40Apr 16, 2026Updated 2 months ago
- K_means clustering implementation in C++20 and range-v3☆15Sep 7, 2021Updated 4 years ago
- Some library components that didn't quite fit anywhere else...☆36Nov 19, 2025Updated 7 months ago
- Lightweight, header only, coroutine library for games.☆30May 24, 2026Updated last month
- atomic lite - a C++11 atomic operations library for C++98 and later☆16Nov 28, 2025Updated 7 months ago
- Open source password manager - Proton Pass • AdSecurely store, share, and autofill your credentials with Proton Pass, the end-to-end encrypted password manager trusted by millions.
- STL compatible implementation of hash map optimized for concurrent access☆27Oct 4, 2019Updated 6 years ago
- Coroutine support tools☆40Oct 8, 2025Updated 8 months ago
- A modern C++ uri & query parser☆12Jul 26, 2024Updated last year
- ☆26Apr 21, 2020Updated 6 years ago
- C++20 SIMD Within A Register library☆51May 9, 2025Updated last year
- C++ genetic algorithms scientific library☆15Aug 12, 2023Updated 2 years 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
- Container Traits for Modern C++☆29Oct 11, 2020Updated 5 years ago
- Tiny format/mustache templating library (C++11)☆24Jul 16, 2016Updated 9 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- Implementation of hash_append proposal☆67Dec 14, 2016Updated 9 years ago
- A view that allows iteration over a view, returning the index of each item along with each item