fmtlib / dtoa-benchmarkLinks
C++ double-to-string conversion benchmark
☆10Updated last month
Alternatives and similar repositories for dtoa-benchmark
Users that are interested in dtoa-benchmark are comparing it to the libraries listed below
Sorting:
- Highly composable C++17 template meta programming library☆39Updated 6 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 3 months ago
- C++ concurrent programming library☆28Updated last year
- async is a tiny C++ header-only high-performance library for async calls handled by a thread-pool, which is built on top of an unbounded …☆31Updated 4 years ago
- devector and batch_deque containers for C++. See more at: http://erenon.hu/double_ended☆15Updated 7 years ago
- A single file C++11 header-only memory mapped file library.☆64Updated last year
- A compile-time header-only C++17 library for dataflow programing.☆28Updated last year
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆19Updated 3 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 this week
- fast prime sieve and hash algorithm☆38Updated last month
- C++ sanctuary for small but powerful and frequently required, stand alone features.☆29Updated 10 months ago
- c++ library for building lightweight processing pipeline at compile-time for string obfuscation, aes ciphering or whatever you want☆68Updated 6 years ago
- A single-file header-only version of C++17-like invoke() for C++98, C++11 and later☆32Updated last year
- A view that allows iteration over a view, returning the index of each item along with each item☆12Updated 5 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆34Updated this week
- Floating point printing and parsing library based on Grisu2 and Krosh algorithms☆29Updated 2 years ago
- Fast string to integer conversion☆15Updated 7 years ago
- C++ interface to CPU affinity management☆30Updated 7 years ago
- Fast multi-threaded line counter in Modern C++ (2-10x faster than `wc -l` for large files)☆18Updated 3 years ago
- A self-contained, header-only, implementation of memory-mapped files in C++ for fast integration into larger projects.☆26Updated 10 months ago
- Rust-like trait-based polymorphism for C++☆9Updated 2 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
- 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 generic event dispatcher and listener implemented in c++☆20Updated 8 years ago
- Container Traits for Modern C++☆29Updated 4 years ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆35Updated 4 years ago
- status-value - A class for status and optional value for C++11 and later, C++98 variant provided in a single-file header-only library☆16Updated last year
- String to Float Benchmark☆19Updated 6 years ago
- Heap allocation free version of C++11 std::function☆56Updated 3 years ago
- Asynchronous Database Library based on Asio☆14Updated 5 years ago