A C++ data container replicating std::queue functionality but with better performance.
☆38Jan 2, 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
Sorting:
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆71Jan 2, 2026Updated last month
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆20Apr 10, 2024Updated last year
- A sort wrapper enabling both use of random-access sorting on non-random access containers, and increased performance for the sorting of l…☆21Jul 11, 2025Updated 7 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…☆167Feb 7, 2026Updated 3 weeks ago
- C++11 compatible charconv☆31Feb 11, 2026Updated 2 weeks ago
- ☆10May 23, 2023Updated 2 years ago
- Erased is meant to be a fast and constexpr friendly C++ type erasure implementation☆24Aug 10, 2025Updated 6 months ago
- plf::hive is a fork of plf::colony to match the current C++ standards proposal.☆142Feb 8, 2026Updated 2 weeks ago
- A modern C++ uri & query parser☆12Jul 26, 2024Updated last year
- A simple C++ 03/11/etc timer class for ~microsecond-precision cross-platform benchmarking. The implementation is as limited and as simple…☆149Apr 10, 2024Updated last year
- Cross-Platform, Efficient easy to integrate crash reporting library for modern C++☆73Updated this week
- An unordered C++ data container providing fast iteration/insertion/erasure while maintaining pointer/iterator validity to non-erased elem…☆487Jan 2, 2026Updated last month
- C++20 SIMD Within A Register library☆47May 9, 2025Updated 9 months ago
- K_means clustering implementation in C++20 and range-v3☆15Sep 7, 2021Updated 4 years ago
- List-initialize containers with proper move semantics☆30Mar 12, 2025Updated 11 months ago
- Compile-time string processing utilities, with TypeName resolution and built-in file path manipulation☆14Updated this week
- A lock-free malloc(3) implementation☆20Jun 15, 2025Updated 8 months ago
- Just another header-only C++17 CSV parser☆18Updated this week
- Coroutines for C++23☆39Sep 13, 2025Updated 5 months ago
- 🕸️ Glue C++ to your browser! Universal bindings for JavaScript/Wasm using Glue and Embind.☆21Jan 7, 2024Updated 2 years ago
- Lightweight, header only, coroutine library for games.☆30Feb 9, 2026Updated 2 weeks ago
- Some library components that didn't quite fit anywhere else...☆36Nov 19, 2025Updated 3 months ago
- A C++14 Implementation of IEEE 754 Decimal Floating Point Numbers☆59Feb 18, 2026Updated last week
- Coroutine support tools☆37Oct 8, 2025Updated 4 months ago
- Tiny format/mustache templating library (C++11)☆24Jul 16, 2016Updated 9 years ago
- Pre-conditions, post-conditions, and assertions, all available at compile-time☆26Feb 19, 2022Updated 4 years ago
- Bit containers, sequences, and views for everyone. 🕷️☆131Aug 1, 2022Updated 3 years ago
- C++20 Static Branch library☆97Jun 1, 2025Updated 9 months ago
- Finite State Machine using C++20 coroutines with symmetric transfer☆93Aug 1, 2023Updated 2 years ago
- OpenCL based volume renderer for scalar fields.☆10Oct 27, 2023Updated 2 years ago
- A view that allows iteration over a view, returning the index of each item along with each item☆13Jun 17, 2020Updated 5 years ago
- Yet another post-build step and class to bring reflection to C++ enumerations.☆11Sep 22, 2021Updated 4 years ago
- Conan extension☆10Sep 20, 2025Updated 5 months ago
- Fork of icculus's HLSL Bytecode -> GLSL translator with tweaks for MonoGame☆15May 28, 2023Updated 2 years ago
- A small C++17 library meant to simplify the composition of nullable types in a generic, type-safe, and declarative way.☆45Jan 4, 2023Updated 3 years ago
- Oat++ example on how to stream raw YUV images from V4L2 via websockets to an HTML5 canvas☆13Apr 22, 2024Updated last year
- Regular Void: The Library☆10May 10, 2022Updated 3 years ago
- A library of type safe sets over fixed size collections of types or values, including methods for accessing, modifying, visiting and iter…☆21Jul 1, 2021Updated 4 years ago
- A cross-platform FTP/FTPS client library built on Boost.Asio☆76May 25, 2025Updated 9 months ago