jsteemann / atoiLinks
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
Sorting:
- A C++ data container replicating std::queue functionality but with better performance.☆34Updated 3 months 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 single file C++11 header-only memory mapped file library.☆63Updated last year
- Generic 2D graphics library for C++14☆28Updated 4 months ago
- C++11 compatible charconv☆31Updated last month
- Container Traits for Modern C++☆29Updated 4 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
- String facilities for C++98 and later - a library in search of its identity.☆22Updated 2 years ago
- C++ double-to-string conversion benchmark☆9Updated 8 months ago
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆19Updated 3 years ago
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆37Updated last year
- Boost.Asio wrapper over uTorrent's uTP library☆27Updated 4 years ago
- Comfortable lightweight C++ logging library -- cross-platform, C++11.☆29Updated 2 years ago
- A view that allows iteration over a view, returning the index of each item along with each item☆12Updated 4 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
- Fast multi-threaded line counter in Modern C++ (2-10x faster than `wc -l` for large files)☆18Updated 3 years ago
- Provides run-time tuple element access☆14Updated 4 years ago
- atomic lite - a C++11 atomic operations library for C++98 and later☆13Updated last year
- ☆27Updated last year
- String to Float Benchmark☆19Updated 6 years ago
- A single-file header-only version of C++17-like invoke() for C++98, C++11 and later☆32Updated last year
- C++ Concurrency library!☆27Updated 6 years ago
- C++ coroutine based networking library (WIP)☆38Updated 6 years ago
- A sort wrapper enabling both use of random-access sorting on non-random access containers, and increased performance for the sorting of l…☆20Updated last year
- Highly composable C++17 template meta programming library☆39Updated 6 years ago
- A general property customisation mechanism☆15Updated 5 years ago
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆17Updated last year
- Cleaned up version of <https://bitbucket.org/martinhofernandes/wheels/>☆27Updated 9 years ago
- Support for С++20 std::stop_token to interrupt the blocking Linux syscalls without throwing any exception.☆19Updated 4 years ago
- A minimalist framework for rapid server side applications prototyping in C++ with dependency injection support.☆20Updated last year