pauldreik / safe_duration_castLinks
Like std::duration_cast, but without the undefined behaviour
☆17Updated 4 months ago
Alternatives and similar repositories for safe_duration_cast
Users that are interested in safe_duration_cast are comparing it to the libraries listed below
Sorting:
- Compile-time Checked, Type-Safe Formatting in C++14☆36Updated 8 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
- c++ library for building lightweight processing pipeline at compile-time for string obfuscation, aes ciphering or whatever you want☆68Updated 6 years ago
- Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!☆76Updated 5 months ago
- A fixed capacity dynamically sized string☆68Updated last month
- low-level library for minimizing the size of your types☆114Updated 5 years ago
- DEPRECATED. USE INSTEAD github.com/blockspacer/flextool☆58Updated 5 years ago
- A concise and readable metaprogramming language for C++☆61Updated 4 years ago
- Named arguments for C++17☆31Updated last month
- Replaced by foonathan/lexy☆138Updated 4 years ago
- A small C++17 library meant to simplify the composition of nullable types in a generic, type-safe, and declarative way.☆45Updated 2 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆67Updated 2 months ago
- Helpers for preventing the static initialization order fiasco of global variables.☆46Updated 5 years ago
- Compile-time printf-like string formatting☆77Updated 7 years ago
- C++ container graph visualization for lldb.☆23Updated 6 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 4 years ago
- Containers for building C++ on CI☆48Updated 11 months ago
- Experimental library for coroutines and networking☆16Updated 7 years ago
- Variadic templates and std::integer_sequence support library☆111Updated 6 months ago
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆69Updated 10 years ago
- Light-weight header-only library for parallel function calls and continuations in C++ based on Eric Niebler's talk at CppCon 2019.☆112Updated last year
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 8 years ago
- dynamic polymorphism without inheritance☆31Updated 7 years ago
- value-ptr-lite - A C++ smart-pointer with value semantics for C++98, C++11 and later in a single-file header-only library☆49Updated last year
- A header-only, modern C++, library for terminal colours and cursor manipulation☆17Updated 7 years ago
- runtime to compile-time mappings☆108Updated 7 years ago
- Similar to python's `repr`, for c++☆32Updated 3 years ago
- Roman numeral support for C++17☆52Updated last year
- forward declarations for C++ std headers☆74Updated 4 years ago
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆157Updated 2 months ago