lemire / fast_double_parser
Fast function to parse strings into double (binary64) floating-point values, enforces the RFC 7159 (JSON standard) grammar: 4x faster than strtod
☆643Updated 2 weeks ago
Related projects ⓘ
Alternatives and complementary repositories for fast_double_parser
- Reference implementation of Dragonbox in C++☆610Updated 3 weeks ago
- Converts floating point numbers to decimal strings☆1,205Updated 5 months ago
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆304Updated this week
- A C/C++ header to help move #ifdefs out of your code☆782Updated 2 months ago
- Fast and exact implementation of the C++ from_chars functions for number types: 4x to 10x faster than strtod, part of GCC 12, Chromium, R…☆1,588Updated 2 weeks ago
- Official git repository for libdivide: optimized integer division☆1,106Updated 2 weeks ago
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆728Updated last month
- P1031 low level file i/o and filesystem library for the C++ standard☆877Updated this week
- Parse command line arguments by defining a struct☆464Updated 3 weeks ago
- Heap Layers: An Extensible Memory Allocation Infrastructure☆383Updated 3 months ago
- libnop: C++ Native Object Protocols☆574Updated 3 months ago
- A bleeding-edge, lock-free, wait-free, continuation-stealing tasking library built on C++20's coroutines☆615Updated last month
- Compile Time Parser Generator is a C++ single header library which takes a language description as a C++ code and turns it into a LR1 tab…☆459Updated 2 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,176Updated this week
- C++ parsing DSL☆1,018Updated 2 months ago
- Expressive Vector Engine - SIMD in C++ Goes Brrrr☆964Updated this week
- A fast alternative to the modulo reduction☆298Updated 3 years ago
- C++ implementation of a memory efficient hash map and hash set☆335Updated last month
- An unordered C++ data container providing fast iteration/insertion/erasure while maintaining pointer/iterator validity to non-erased elem…☆397Updated 2 weeks ago
- A memory allocator that automatically reduces the memory footprint of C/C++ applications.☆1,755Updated 4 months ago
- std::simd for GCC [ISO/IEC TS 19570:2018]☆579Updated last year
- match(it): A lightweight single-header pattern-matching library for C++17 with macro-free APIs.☆572Updated last year
- Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20☆1,533Updated last year
- A semi compile-/run-time associative map container with compile-time lookup and run-time storage☆380Updated last year
- Comprehensive benchmarks of C++ maps☆300Updated last year
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆545Updated 3 months ago
- Runtime polymorphism done right☆977Updated 3 years ago
- Cross-platform C++11 header-only library for memory mapped file IO☆1,710Updated 9 months ago
- Templight is a Clang-based tool to profile the time and memory consumption of template instantiations and to perform interactive debuggin…☆730Updated last month