localvoid / cxx-benchmark-count-digits
C++ counting digits benchmark
☆23Updated 11 years ago
Alternatives and similar repositories for cxx-benchmark-count-digits
Users that are interested in cxx-benchmark-count-digits are comparing it to the libraries listed below
Sorting:
- 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
- C++ Library of Atomic and Lockless Data Structures☆38Updated 5 years ago
- Like std::duration_cast, but without the undefined behaviour☆17Updated 3 weeks ago
- Boost.org multi_index module☆50Updated last month
- Implementation of hash_append proposal☆69Updated 8 years ago
- A proposal for a futures programming model for ISO C++☆22Updated 6 years ago
- devector and batch_deque containers for C++. See more at: http://erenon.hu/double_ended☆15Updated 7 years 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
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 7 years ago
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆68Updated 10 years ago
- ☆21Updated 6 years ago
- A never-valueless, strong guarantee implementation of std::variant☆68Updated last month
- Slides for my 2019 presentation at C++ on Sea☆13Updated 3 years ago
- World's fastest integer to ASCII conversion, C++14 template meta-programming implementation, any size integer 8,16,32,64-bit, signed or u…☆27Updated 8 years ago
- A C++11 character encoding and code point enumeration library based on range-v3☆20Updated 6 years ago
- Compile-time Checked, Type-Safe Formatting in C++14☆36Updated 8 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- observer-ptr - An observer_ptr for C++98 and later in a single-file header-only library (Extensions for Library Fundamentals, v2, v3)☆36Updated 11 months ago
- std::ring_span (SG14, P0059R1)☆45Updated 8 years ago
- A compressed pair for C++17☆27Updated 3 years ago
- P1160 Add Test Polymorphic Memory Resource To Standard Library☆38Updated 7 months ago
- Support for С++20 std::stop_token to interrupt the blocking Linux syscalls without throwing any exception.☆19Updated 4 years ago
- {fmt} support for ranges, containers and types with tuple interface.☆27Updated 6 years ago
- A header-only, modern C++, library for terminal colours and cursor manipulation☆17Updated 7 years ago
- A C++ library for integer array compression☆29Updated 3 years ago
- WG21 P0468 implementation of an intrusive smart pointer for C++☆57Updated 5 years ago
- C++ standard proposals☆16Updated 5 years ago
- A persistent hash array-mapped trie for C++☆91Updated 2 years ago
- Full emulation of await feature from C# language in C++ based on Stackful Coroutines from Boost.Coroutine library.☆19Updated 9 years ago
- ☆13Updated 9 years ago