mattreecebentley / plf_indiesortView external linksLinks
A sort wrapper enabling both use of random-access sorting on non-random access containers, and increased performance for the sorting of large types.
☆20Jul 11, 2025Updated 7 months ago
Alternatives and similar repositories for plf_indiesort
Users that are interested in plf_indiesort 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…☆70Jan 2, 2026Updated last month
- A C++ data container replicating std::queue functionality but with better performance.☆38Jan 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 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 last week
- A simple C++ 03/11/etc timer class for ~microsecond-precision cross-platform benchmarking. The implementation is as limited and as simple…☆148Apr 10, 2024Updated last year
- A self-contained, header-only, implementation of memory-mapped files in C++ for fast integration into larger projects.☆26Aug 22, 2024Updated last year
- Simple C++ library with useful string functions.☆11Nov 19, 2025Updated 2 months ago
- Compile-time and runtime CSV parser written in Modern C++☆32May 9, 2025Updated 9 months ago
- A C++14 constexpr implementation of SHA256☆36Jul 18, 2024Updated last year
- performance counters in C++☆24Feb 5, 2026Updated last week
- Optimized C++20/23 vectors, strings with in class buffer storage, and utility algorithms☆15Feb 22, 2025Updated 11 months ago
- Constexpr hash map, generates a constant KV hash map at compile time.☆18Apr 23, 2016Updated 9 years ago
- Packed and Compressed Hash Tables☆15Apr 7, 2025Updated 10 months ago
- PaStiX (Parallel Sparse matriX package) solver library☆20Nov 20, 2018Updated 7 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:…☆16Feb 17, 2019Updated 6 years ago
- Just another header-only C++17 CSV parser☆18Feb 9, 2026Updated last week
- MathLib is a versatile C++ library that provides a wide range of mathematical algorithms and functions, including but not limited to tran…☆11Jun 6, 2023Updated 2 years ago
- variadic pointers and references☆22Aug 24, 2025Updated 5 months ago
- 🕸️ Glue C++ to your browser! Universal bindings for JavaScript/Wasm using Glue and Embind.☆21Jan 7, 2024Updated 2 years ago
- Distributed View Extension for Kokkos☆50Dec 2, 2024Updated last year
- fast prime sieve and hash algorithm☆40Aug 31, 2025Updated 5 months ago
- Flash Perfect Hash Table: an implementation of a dynamic perfect hash table, extremely fast for lookup☆49Aug 17, 2023Updated 2 years ago
- A unique_ptr implementation with small object optimization☆20Feb 8, 2026Updated last week
- Erased is meant to be a fast and constexpr friendly C++ type erasure implementation☆24Aug 10, 2025Updated 6 months ago
- Compile-time single-header hash-map written in C++ 17☆21Feb 5, 2026Updated last week
- Fast integer to string and string to integer conversion functions☆24Sep 25, 2023Updated 2 years ago
- Compiler agnostic metaprogramming library providing concepts, type operations and tuples for C++ and cuda☆97Dec 4, 2025Updated 2 months ago
- Compiler-assisted variable size benchmarking for the study of C++ metaprogram compile times.☆26Sep 26, 2024Updated last year
- Programs generated by ChatGPT☆27Jul 19, 2023Updated 2 years ago
- Performance profiling of JSON libraries☆28Jun 8, 2025Updated 8 months ago
- An unordered C++ data container providing fast iteration/insertion/erasure while maintaining pointer/iterator validity to non-erased elem…☆485Jan 2, 2026Updated last month
- String facilities for C++98 and later - a library in search of its identity. Note: renamed from string-lite to make place for string-bare…☆25Nov 28, 2025Updated 2 months ago
- C++14 library to enhance enumerator capabilities, including arbitrary length, statically allocated, strongly typed masks.☆22Sep 25, 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
- String map implementation through Fast Succinct Trie☆21Jul 9, 2021Updated 4 years ago
- This is a clone of an SVN repository at http://libsquish.googlecode.com/svn/trunk. It had been cloned by http://svn2github.com/ , but the…☆26Jan 6, 2015Updated 11 years ago
- A single-file header-only version of C++17-like invoke() for C++98, C++11 and later (WIP).☆35Nov 28, 2025Updated 2 months ago
- A few C++ json-library benchmarks, of the fastest few libraries.☆30Jan 14, 2026Updated last month
- c/c++ log benchmark☆31Feb 21, 2025Updated 11 months ago