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 8 years ago
Alternatives and similar repositories for itoa
Users that are interested in itoa are comparing it to the libraries listed below
Sorting:
- C++11 compatible charconv☆31Updated last month
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆31Updated 6 years ago
- C++ framework for rapid server development☆77Updated last year
- Provides run-time tuple element access☆14Updated 4 years ago
- Boost.org multi_index module☆51Updated last month
- C++ Concurrency library!☆27Updated 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
- Heap allocation free version of C++11 std::function☆55Updated 3 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
- async io-uring based kernel io library☆31Updated 4 years ago
- Container Traits for Modern C++☆29Updated 4 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆34Updated 3 months ago
- C++20 liburing backed coroutine executor and event loop framework.☆65Updated 2 years ago
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆27Updated 8 months ago
- fast prime sieve and hash algorithm☆38Updated 2 weeks ago
- Boost.Sort☆53Updated last month
- Automatically exported from code.google.com/p/google-concurrency-library☆35Updated 9 years ago
- The Fancy Named Parameters Library☆31Updated 2 weeks ago
- ☆26Updated 5 years ago
- A single-file header-only version of C++17-like invoke() for C++98, C++11 and later☆32Updated last year
- Floating point printing and parsing library based on Grisu2 and Krosh algorithms☆29Updated 2 years ago
- A single file C++11 header-only memory mapped file library.☆63Updated last year
- A fixed capacity dynamically sized string☆66Updated 3 weeks ago
- C++ implementation of RCU based on reference counting and hazard pointers.☆27Updated 12 years ago
- JSON Serializer using compile time reflection☆20Updated 2 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 3 years ago
- WIP☆26Updated 6 years ago
- Implementation of hash_append proposal☆69Updated 8 years ago
- Boost.org unordered module☆73Updated 2 weeks ago