Morwenn / poplar-heap
make_heap and sort_heap for a poplar heap with O(1) extra memory
☆40Updated 10 months ago
Alternatives and similar repositories for poplar-heap
Users that are interested in poplar-heap are comparing it to the libraries listed below
Sorting:
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 7 years ago
- devector and batch_deque containers for C++. See more at: http://erenon.hu/double_ended☆15Updated 7 years ago
- World's fastest integer to ASCII conversion, C++14 template meta-programming implementation, any size integer 8,16,32,64-bit, signed or u…☆27Updated 8 years ago
- C++11 Header-only continuous-storage Double ended vector implementation similar to STL's std::vector for efficient insertions/removals at…☆14Updated 2 years ago
- C++ components used in the project https://github.com/rnburn/bbai☆51Updated last year
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆36Updated 11 months ago
- Use unused bits in your pointer☆45Updated 7 years ago
- A fixed capacity dynamically sized string☆65Updated last week
- Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆40Updated 4 years ago
- Unstable O(n log n) sorting algorithm with O(n) memory☆60Updated last year
- C++17 sports two low-level character conversion functions, std::from_chars and std::to_chars, but they have a usage model that can be ea…☆8Updated 5 years ago
- Prototype for new std::function features, compatible with C++11.☆46Updated 5 years ago
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆32Updated 8 years ago
- Boost.org proto module☆22Updated last week
- Lightweight C++14 utility library. (Modernized, stripped and cleaned-up version of SSVUtils.)☆34Updated 4 years ago
- Container Traits for Modern C++☆29Updated 4 years ago
- Fastest CPU SIMD (SSE4) sorting networks for small integer arrays (2-6 elements), also optimal amd64 assembly and notes on getting compil…☆45Updated 4 years ago
- ☆26Updated 5 years ago
- Compact SVO optimized vector for C++17 or higher☆103Updated 11 months ago
- byte lite - A C++17-like byte type for C++98, C++11 and later in a single-file header-only library☆53Updated last month
- Core abstractions for dealing with concurrency in C++☆66Updated last year
- parser combinator and AST generator in c++17☆24Updated 2 years ago
- Reference implementation of Grisu-Exact in C++☆62Updated 4 years ago
- bit-lite - C++20 bit operations for C++98 and later in a single-file header-only library☆40Updated last year
- The Fancy Named Parameters Library☆31Updated this week
- Virtual memory based containers☆42Updated 3 years ago
- Some library components that didn't quite fit anywhere else...☆35Updated 8 months ago
- std::ring_span (SG14, P0059R1)☆45Updated 8 years ago
- String to Float Benchmark☆19Updated 6 years ago
- Tiny Test System☆27Updated last month