amdn / itoaLinks
World's fastest integer to ASCII conversion, C++14 template meta-programming implementation, any size integer 8,16,32,64-bit, signed or unsigned, forward (left-justified) or reverse (right justified). If you know of a faster implementation, let me know.
☆27Updated 9 years ago
Alternatives and similar repositories for itoa
Users that are interested in itoa are comparing it to the libraries listed below
Sorting:
- fast prime sieve and hash algorithm☆38Updated 2 months ago
- benchmark for various C++ function implementations; focus on invocation time☆96Updated 6 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 4 years ago
- C++20 liburing backed coroutine executor and event loop framework.☆66Updated 3 years ago
- Boost.Sort☆56Updated last week
- C++11 compatible charconv☆31Updated 2 weeks ago
- Boost.org unordered module☆86Updated this week
- Boost.org multi_index module☆53Updated this week
- Automatically exported from code.google.com/p/google-concurrency-library☆35Updated 9 years ago
- Provides run-time tuple element access☆15Updated 4 years ago
- WIP☆27Updated 6 years ago
- Sample implementation of C++20 atomic_wait/notify☆61Updated 6 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆36Updated 4 months ago
- A never-valueless, strong guarantee implementation of std::variant☆71Updated 3 weeks ago
- Replaced by foonathan/lexy☆138Updated 4 years ago
- Boost.Atomic☆66Updated this week
- Comparison of C++ Serialization Libraries for Graph Data☆35Updated 3 years ago
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆33Updated 8 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 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
- ☆25Updated 5 years ago
- Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!☆75Updated 7 months ago
- Support for С++20 std::stop_token to interrupt the blocking Linux syscalls without throwing any exception.☆20Updated 5 years ago
- The Fancy Named Parameters Library☆36Updated 3 weeks ago
- C++ Concurrency library!☆27Updated 6 years ago
- A proposal for a futures programming model for ISO C++☆22Updated 7 years ago
- byte lite - A C++17-like byte type for C++98, C++11 and later in a single-file header-only library☆59Updated last month
- A persistent hash array-mapped trie for C++☆91Updated 2 years ago
- Prototype for new std::function features, compatible with C++11.☆47Updated 5 years ago
- Heap allocation free version of C++11 std::function☆59Updated 4 years ago