bstamour / unitsLinks
Using C++ templates to track dimensional metadata
☆11Updated 5 years ago
Alternatives and similar repositories for units
Users that are interested in units are comparing it to the libraries listed below
Sorting:
- Runtime choosing of template specializations using compile-time lookup-tables. Compile all states of a template function, but execute the…☆26Updated last month
- DARMA/vt => Virtual Transport☆38Updated this week
- mlib is a fast, simple c++ meta-programming library that uses c++20.☆47Updated last year
- A task orient thread pool library for C++14 with cancellation and allocator support☆17Updated last year
- Rebooting the std::bitset franchise☆46Updated 3 weeks ago
- Collaborating on papers for the ISO C++ committee - public repo☆27Updated 2 months ago
- 🔎 Have your bits and eat them too! A C++17 bit lens container for vector types.☆22Updated 5 years ago
- A ring_span implementation that allows zero construction and destruction☆16Updated 5 years ago
- Various header libraries mostly future std lib, replacements for(e.g. visit), or some misc☆25Updated last week
- Make std::mdspan formattable by std::format.☆11Updated 2 years ago
- A view that allows iteration over a view, returning the index of each item along with each item☆13Updated 5 years ago
- C++20 and onward collection of high performance data containers and related tools☆57Updated last week
- The Fancy Named Parameters Library☆36Updated 3 months ago
- DARMA/magistrate => Serialization and checkpointing library☆12Updated this week
- A C++14 Implementation of IEEE 754 Decimal Floating Point Numbers☆58Updated last week
- Compiler-assisted variable size benchmarking for the study of C++ metaprogram compile times.☆26Updated last year
- Experimental library for coroutines and networking☆16Updated 8 years ago
- Floating point printing and parsing library based on Grisu2 and Krosh algorithms☆29Updated 3 years ago
- A sort wrapper enabling both use of random-access sorting on non-random access containers, and increased performance for the sorting of l…☆20Updated 6 months 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
- bit-lite - C++20 bit operations for C++98 and later in a single-file header-only library.☆46Updated 2 months ago
- Class template designed to express optionality without having to sacrifice memory to store additional bool flag☆14Updated 2 years ago
- meta-programming, C++11☆16Updated 3 years ago
- Pre-conditions, post-conditions, and assertions, all available at compile-time☆26Updated 3 years ago
- devector and batch_deque containers for C++. See more at: http://erenon.hu/double_ended☆15Updated 8 years ago
- A Low-Level Abstraction of Memory Access☆93Updated last year
- Helpers for preventing the static initialization order fiasco of global variables.☆46Updated 5 years ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆35Updated 4 years ago
- Kraken is an open-source modern math library that comes with a fast-fixed matrix class and math-related functions.☆31Updated 2 years ago
- A library of type safe sets over fixed size collections of types or values, including methods for accessing, modifying, visiting and iter…☆21Updated 4 years ago