NickStrupat / CacheLineSizeLinks
A cross-platform C function to get the cache line size (in bytes) of the processor, or 0 on failure
☆123Updated 3 years ago
Alternatives and similar repositories for CacheLineSize
Users that are interested in CacheLineSize are comparing it to the libraries listed below
Sorting:
- A C++ pointer bump memory arena implementation☆93Updated 10 years ago
- LightweighT Almost Lock-Less Oriented for C++ programs memory allocator☆168Updated 6 years ago
- A collection of single-header C++11 libraries by Chobolabs☆135Updated 4 years ago
- bad_alloc Behaving Badly☆74Updated 6 years ago
- low-level library for minimizing the size of your types☆113Updated 5 years ago
- Policy Based C++ Allocator Library☆123Updated last week
- C++ version of Doug Lea's excellent malloc() implementation.☆153Updated 5 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- A research project aimed at introducing language support for type erasure in C++.☆54Updated 9 years ago
- a c++ header library that implements variant constexpr functions and types.☆85Updated 5 years ago
- C++17 immutable compile-time key value map☆50Updated 5 years ago
- A C++ micro-benchmarking framework☆95Updated 5 years ago
- A library for C++ reflection and introspection☆199Updated 7 years ago
- RDESTL is library providing small subset of STL functionality, aimed at games development.☆106Updated last year
- std::bitset with constexpr implementations plus additional features.☆121Updated last year
- WG21 P0468 implementation of an intrusive smart pointer for C++☆57Updated 5 years ago
- TLSF: two-level segregated fit O(1) allocator☆80Updated 2 years ago
- C++14 (and beyond) library features implemented in C++11☆249Updated 7 years ago
- A prototype implementation of the executors proposal☆85Updated 6 years ago
- modern C++ type traits and metafunctions for callable types