rollbear / cache-friendly-samplesLinks
Code samples from the presentation "What do you mean by 'Cache Friendly'?"
☆24Updated 5 years ago
Alternatives and similar repositories for cache-friendly-samples
Users that are interested in cache-friendly-samples are comparing it to the libraries listed below
Sorting:
- Libunifex networking library☆20Updated 2 years ago
- a small lightweight std::execution work-alike☆65Updated 6 months ago
- Helpers for preventing the static initialization order fiasco of global variables.☆46Updated 5 years ago
- A C++14 and later CRTP template for defining iterators☆75Updated last month
- Rebooting the std::bitset franchise☆46Updated 5 months ago
- C++20 Memory Allocator library☆36Updated 5 months ago
- Core abstractions for dealing with concurrency in C++☆67Updated last year
- mlib is a fast, simple c++ meta-programming library that uses c++20.☆47Updated last year
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 4 years ago
- std::ring_span (SG14, P0059R1)☆45Updated 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
- A C++ library that simplifies working with tuples, variants, and more through argument list generation and the ability to convert from ru…☆62Updated 5 years ago
- Various header libraries mostly future std lib, replacements for(e.g. visit), or some misc