rollbear / cache-friendly-samples
Code samples from the presentation "What do you mean by 'Cache Friendly'?"
☆23Updated 4 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
- 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
- Various header libraries mostly future std lib, replacements for(e.g. visit), or some misc☆24Updated this week
- Experimental library for coroutines and networking☆16Updated 6 years ago
- A view that allows iteration over a view, returning the index of each item along with each item☆12Updated 4 years ago
- Libunifex networking library☆21Updated 2 years ago
- C++20 SIMD Within A Register library☆28Updated 4 months ago
- `mp::inplace_string<CharT, MaxSize, Traits>` is a `std::string`-like class template that stores text content in-place inside the class☆10Updated 6 years ago
- C++ Testing using spies and fakes for isolation and simulation☆10Updated 5 years ago
- Benchmark comparing various data serialization libraries (thrift, protobuf etc.) for C++☆35Updated 8 years ago
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆26Updated 3 months ago
- The Fancy Named Parameters Library☆30Updated 2 months ago
- Class template designed to express optionality without having to sacrifice memory to store additional bool flag☆12Updated last year
- A C++ library that simplifies working with tuples, variants, and more through argument list generation and the ability to convert from ru…☆60Updated 4 years ago
- The C++ Pimpl Idiom Again!☆36Updated 6 years ago
- JSON Serializer using compile time reflection☆20Updated 2 years ago
- P1160 Add Test Polymorphic Memory Resource To Standard Library☆40Updated 3 months ago
- mlib is a fast, simple c++ meta-programming library that uses c++20.☆45Updated 10 months ago
- A collection of std-like containers written in C++11. Features fast unordered flat map/set, configurable double-ended vector and sparse d…☆31Updated 3 months ago
- Header only C++14 micro benchmark☆14Updated 9 years ago
- Single Header Constexpr Circular Queue☆17Updated 4 years ago
- ☆22Updated 7 years ago
- A no-dependencies C++ extensible type erasure library☆43Updated 4 years ago
- Buffer and byte algorithms/types based on those of Asio☆16Updated 2 years ago
- Example code and slides for my talk "std::variant and the Power of Pattern Matching"☆43Updated 3 years ago
- Non-intrusive C++ signal programming library☆50Updated 3 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 5 years ago
- Heap allocation free version of C++11 std::function☆55Updated 3 years ago
- A C++14 and later CRTP template for defining iterators☆70Updated last month
- Runtime choosing of template specializations using compile-time lookup-tables. Compile all states of a template function, but execute the…☆26Updated last year