fmtlib / dtoa-benchmarkLinks
C++ double-to-string conversion benchmark
☆15Updated 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
- A sort wrapper enabling both use of random-access sorting on non-random access containers, and increased performance for the sorting of l…☆20Updated 2 months ago
- fast prime sieve and hash algorithm☆38Updated 2 weeks ago
- Allocation benchmarks☆30Updated 9 years ago
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆20Updated 3 years ago
- ☆26Updated 5 years ago
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆51Updated 6 years ago
- Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆41Updated 5 years ago
- High performance multithreading toolkit for C++17☆47Updated last month
- A self-contained, header-only, implementation of memory-mapped files in C++ for fast integration into larger projects.☆27Updated last year
- A concise and readable metaprogramming language for C++☆61Updated 4 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆34Updated 2 months ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆67Updated 2 months ago
- byte lite - A C++17-like byte type for C++98, C++11 and later in a single-file header-only library☆57Updated 5 months ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆35Updated 4 years ago
- String to Float Benchmark☆19Updated 6 years ago
- A universal thread-safe memory pool.☆26Updated 7 years ago
- Wide-Decimal implements a generic C++ template for large decimal float types from about 10 up to 10 million digits.☆53Updated 5 months ago
- A single file C++11 header-only memory mapped file library.☆65Updated last year
- A collection of bit manipulation routines for C++☆21Updated 12 years ago
- portability macros for compiler and hardware micro operations☆36Updated last year
- performance counters in C++☆22Updated 3 weeks ago
- C++ concurrent programming library☆28Updated last year
- C++ static vector class template. Also might be known as fixed vector or on-stack vector.☆13Updated 3 years ago
- Collection of ktl header libraries - small C++20 wrapper utilities☆11Updated 3 years ago
- A C++ stream using LZ4 (de)compression☆39Updated 3 years ago
- 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
- a tool to count accesses to member variables in c++ programs☆77Updated 11 years ago
- Experimental library for coroutines and networking☆16Updated 7 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