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
☆656Updated 5 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
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆312Updated 5 months ago
- Reference implementation of Dragonbox in C++☆643Updated 5 months ago
- Converts floating point numbers to decimal strings☆1,239Updated 10 months ago
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆739Updated 7 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,351Updated this week
- 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,740Updated last month
- A C/C++ header to help move #ifdefs out of your code☆839Updated 7 months ago
- Heap Layers: An Extensible Memory Allocation Infrastructure☆394Updated 2 weeks ago
- BitMagic Library☆424Updated 2 weeks ago
- Fast integer to ascii / integer to string conversion☆228Updated 2 years ago
- header-only library to validate utf-8 strings at high speeds (using SIMD instructions)☆301Updated last year
- A memory allocator that automatically reduces the memory footprint of C/C++ applications.☆1,807Updated 9 months ago
- libnop: C++ Native Object Protocols☆576Updated 8 months ago
- Parse command line arguments by defining a struct☆489Updated 6 months ago
- Fast integer compression in C using the StreamVByte codec☆395Updated 2 months ago
- Cross-platform C++11 header-only library for memory mapped file IO☆1,781Updated last year
- A fast alternative to the modulo reduction☆309Updated 4 years ago
- Official git repository for libdivide: optimized integer division☆1,173Updated 3 weeks ago
- std::simd for GCC [ISO/IEC TS 19570:2018]☆609Updated 2 years ago
- P1031 low level file i/o and filesystem library for the C++ standard☆937Updated 2 months ago
- 🚀 Fast C/C++ bit population count library☆344Updated 9 months ago
- Comprehensive benchmarks of C++ maps☆308Updated 2 years ago
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆564Updated 8 months ago
- C++ parsing DSL☆1,057Updated 3 months ago
- The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac.☆1,145Updated 3 weeks ago
- A simple C library for compressing lists of integers using binary packing☆498Updated last year
- An unordered C++ data container providing fast iteration/insertion/erasure while maintaining pointer/iterator validity to non-erased elem…☆437Updated 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…☆470Updated 7 months ago
- Runtime polymorphism done right☆1,002Updated 3 years ago
- Provides very lightweight outcome<T> and result<T> (non-Boost edition)☆746Updated 2 weeks ago