amdn / itoa
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 8 years ago
Alternatives and similar repositories for itoa:
Users that are interested in itoa are comparing it to the libraries listed below
- Provides run-time tuple element access☆14Updated 4 years ago
- 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
- Container Traits for Modern C++☆28Updated 4 years ago
- C++11 compatible charconv☆29Updated last month
- String to Float Benchmark☆19Updated 6 years ago
- A proposal for a futures programming model for ISO C++☆22Updated 6 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- A never-valueless, strong guarantee implementation of std::variant☆67Updated last month
- C++ Concurrency library!☆26Updated 6 years ago
- The Fancy Named Parameters Library☆30Updated 3 months ago
- A C++ stream using LZ4 (de)compression☆39Updated 3 years ago
- Sample implementation of C++20 atomic_wait/notify☆59Updated 5 years ago
- C++ framework for rapid server development☆77Updated last year
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆31Updated 7 years ago
- Fast integer to string and string to integer conversion functions☆21Updated last year
- Support for С++20 std::stop_token to interrupt the blocking Linux syscalls without throwing any exception.☆19Updated 4 years ago
- byte lite - A C++17-like byte type for C++98, C++11 and later in a single-file header-only library☆53Updated 8 months ago
- Tiny Test System☆27Updated last month
- Collection of C++ containers extracted from LLVM☆26Updated 3 years ago
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆27Updated 4 months ago
- Boost.Sort☆52Updated 2 months ago
- A lightweight big numerial library written and intended to be used in C++(14)☆16Updated 8 years ago
- C++20 liburing backed coroutine executor and event loop framework.☆65Updated 2 years ago
- Boost.org multi_index module☆47Updated last month
- A prototype implementation of the futures proposal☆11Updated 6 years ago
- Boost.org unordered module☆66Updated 3 weeks ago
- Asio Buffers without the Asio☆12Updated 3 weeks 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
- async io-uring based kernel io library☆30Updated 3 years ago
- Embrace (post) modern C++☆9Updated 3 years ago