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
Related projects ⓘ
Alternatives and complementary repositories for itoa
- Boost.org multi_index module☆45Updated 3 weeks ago
- Boost.org unordered module☆63Updated 2 weeks ago
- Provides run-time tuple element access☆15Updated 3 years ago
- C++ Concurrency library!☆26Updated 5 years ago
- A never-valueless, strong guarantee implementation of std::variant☆67Updated last month
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆37Updated 7 years ago
- benchmark for various C++ function implementations; focus on invocation time☆94Updated 5 years ago
- A C++ library that simplifies working with tuples, variants, and more through argument list generation and the ability to convert from ru…☆59Updated 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
- A hash function library☆22Updated this week
- Support for С++20 std::stop_token to interrupt the blocking Linux syscalls without throwing any exception.☆19Updated 4 years ago
- C++20 liburing backed coroutine executor and event loop framework.☆67Updated 2 years ago
- A fixed capacity dynamically sized string☆63Updated 2 months ago
- String to Float Benchmark☆19Updated 6 years ago
- Some library components that didn't quite fit anywhere else...☆34Updated 2 months ago
- Heap allocation free version of C++11 std::function☆55Updated 3 years ago
- fast prime sieve and hash algorithm☆37Updated 9 months ago
- ☆26Updated 4 years ago
- A simple replacement for std::unordered_map☆45Updated 3 months ago
- Automatically exported from code.google.com/p/google-concurrency-library☆35Updated 8 years ago
- Container Traits for Modern C++☆28Updated 4 years ago
- WG21 P0468 implementation of an intrusive smart pointer for C++☆57Updated 4 years ago
- ☆15Updated 4 years ago
- A proposal for a futures programming model for ISO C++☆22Updated 6 years ago
- Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆40Updated 4 years ago
- JSON Serializer using compile time reflection☆20Updated last year
- byte lite - A C++17-like byte type for C++98, C++11 and later in a single-file header-only library☆53Updated 5 months ago
- C++ coroutine based networking library (WIP)☆37Updated 5 years ago
- Boost.Scope, a collection of scope guard utilities.☆14Updated 3 weeks ago