Fast function to parse strings into double (binary64) floating-point values, enforces the RFC 7159 (JSON standard) grammar: 4x faster than strtod
☆668May 27, 2025Updated 9 months ago
Alternatives and similar repositories for fast_double_parser
Users that are interested in fast_double_parser are comparing it to the libraries listed below
Sorting:
- Fast and exact implementation of the C++ from_chars functions for number types: 4x to 10x faster than strtod, part of GCC 12, MySQL, Chro…☆2,001Updated this week
- Converts floating point numbers to decimal strings☆1,317Feb 9, 2026Updated 2 weeks ago
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆341Nov 15, 2024Updated last year
- The FASTEST QUALITY hash function, random number generators (PRNG) and hash map.☆1,095Jun 7, 2024Updated last year
- Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20☆1,602May 1, 2023Updated 2 years ago
- std::simd for GCC [ISO/IEC TS 19570:2018]☆639Mar 10, 2023Updated 2 years ago
- Reference implementation of Dragonbox in C++☆797Oct 3, 2025Updated 4 months ago
- Official git repository for libdivide: optimized integer division☆1,297Feb 16, 2026Updated last week
- String to Float Benchmark☆19Oct 27, 2018Updated 7 years ago
- Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C☆2,404Oct 26, 2025Updated 4 months ago
- Unicode routines (UTF8, UTF16, UTF32) and Base64: billions of characters per second using SSE2, AVX2, NEON, AVX-512, RISC-V Vector Extens…☆1,682Updated this week
- C++ parsing DSL☆1,228Oct 18, 2025Updated 4 months ago
- A fast SIMD parser for CSV files☆159Jul 2, 2022Updated 3 years ago
- Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20☆1,671Oct 6, 2024Updated last year
- Fast and memory efficient c++ flat hash table/map/set☆688Feb 18, 2026Updated last week
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆765Nov 2, 2025Updated 3 months ago
- A bounded multi-producer multi-consumer concurrent queue written in C++11☆1,478Mar 8, 2024Updated last year
- A hybrid thread / fiber task scheduler written in C++ 11☆1,994Feb 22, 2025Updated last year
- Message passing based allocator☆1,784Updated this week
- mimalloc is a compact general purpose allocator with excellent performance.☆12,509Feb 6, 2026Updated 3 weeks ago
- Parsing gigabytes of JSON per second : used by Facebook/Meta Velox, the Node.js runtime, ClickHouse, WatermelonDB, Apache Doris, Milvus, …☆23,290Feb 20, 2026Updated last week
- Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum☆2,285Oct 14, 2024Updated last year
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆122Jul 22, 2020Updated 5 years ago
- Yet Another Serialization☆772Feb 18, 2025Updated last year
- scanf for modern C++☆1,298Oct 29, 2025Updated 3 months ago
- Efficient binary-decimal and decimal-binary conversion routines for IEEE doubles.☆1,181Feb 2, 2026Updated 3 weeks ago
- A family of header-only, very fast and memory-friendly hashmap and btree containers.☆3,151Dec 6, 2025Updated 2 months ago
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆598Jul 17, 2025Updated 7 months ago
- STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.☆1,594May 29, 2025Updated 9 months ago
- A very fast hashtable☆1,840Sep 27, 2023Updated 2 years ago
- SIMD Vector Classes for C++☆1,516Jun 6, 2024Updated last year
- Implementations of SIMD instruction sets for systems which don't natively support them.☆2,957Updated this week
- C++14 lock-free queue.☆1,816Feb 17, 2026Updated last week
- BitMagic Library☆443Aug 26, 2025Updated 6 months ago
- C++ wrappers for SIMD intrinsics and parallelized, optimized mathematical functions (SSE, AVX, AVX512, NEON, SVE, WebAssembly, VSX, RISC-…☆2,632Feb 19, 2026Updated last week
- Performance-portable, length-agnostic SIMD with runtime dispatch☆5,335Updated this week
- Fast integer compression in C using the StreamVByte codec☆412Feb 9, 2025Updated last year
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆1,168Jan 4, 2024Updated 2 years ago
- Expressive Vector Engine - SIMD in C++ Goes Brrrr☆1,297Updated this week