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:
- Provides run-time tuple element access☆15Updated 4 years 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
- A never-valueless, strong guarantee implementation of std::variant☆71Updated 3 weeks ago
- Automatically exported from code.google.com/p/google-concurrency-library☆35Updated 9 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 week
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 8 years ago
- C++ Concurrency library!☆27Updated 6 years ago
- Boost.Sort☆56Updated 3 weeks ago
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆33Updated 8 years ago
- Boost.org multi_index module☆53Updated 3 weeks ago
- fast prime sieve and hash algorithm☆39Updated 3 months ago
- C++11 compatible charconv☆31Updated 3 weeks ago
- C++20's jthread for C++11 and later in a single-file header-only library (WIP).