jsteemann / atoi
Fast string to integer conversion
☆15Updated 7 years ago
Alternatives and similar repositories for atoi:
Users that are interested in atoi are comparing it to the libraries listed below
- 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
- Fast multi-threaded line counter in Modern C++ (2-10x faster than `wc -l` for large files)☆18Updated 3 years ago
- C++ Concurrency library!☆26Updated 6 years ago
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆14Updated 10 months ago
- C++11 compatible charconv☆29Updated last month
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 7 years ago
- `mp::inplace_string<CharT, MaxSize, Traits>` is a `std::string`-like class template that stores text content in-place inside the class☆10Updated 6 years ago
- Fork of Marcin Kalicinski's RapidXml library☆17Updated 6 months ago
- A view that allows iteration over a view, returning the index of each item along with each item☆12Updated 4 years ago
- A single file C++11 header-only memory mapped file library.☆62Updated last year
- C++ double-to-string conversion benchmark☆9Updated 4 months ago
- Floating point printing and parsing library based on Grisu2 and Krosh algorithms☆29Updated 2 years ago
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆36Updated 8 months ago
- ☆26Updated 4 years ago
- Generic 2D graphics library for C++14☆28Updated 3 weeks ago
- A sort wrapper enabling both use of random-access sorting on non-random access containers, and increased performance for the sorting of l…☆19Updated 10 months ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆30Updated 6 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆30Updated last week
- C++11 Header-only continuous-storage Double ended vector implementation similar to STL's std::vector for efficient insertions/removals at…☆13Updated 2 years ago
- Embrace (post) modern C++☆9Updated 3 years ago
- Container Traits for Modern C++☆28Updated 4 years ago
- Provides run-time tuple element access☆14Updated 4 years ago
- An Array Mapped Tree implementation☆10Updated 4 years ago
- A proposal for a futures programming model for ISO C++☆22Updated 6 years ago
- Support for С++20 std::stop_token to interrupt the blocking Linux syscalls without throwing any exception.☆19Updated 4 years ago
- String facilities for C++98 and later - a library in search of its identity.☆22Updated 2 years ago
- A single-file header-only version of C++17-like invoke() for C++98, C++11 and later☆32Updated last year
- Comfortable lightweight C++ logging library -- cross-platform, C++11.☆30Updated 2 years ago
- C++ coroutine based networking library (WIP)☆37Updated 6 years ago
- A C++ library for integer array compression☆28Updated 2 years ago