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
- Reference implementation of Dragonbox in C++☆637Updated 5 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,727Updated last week
- Official git repository for libdivide: optimized integer division☆1,161Updated this week
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆738Updated 6 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,321Updated this week
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆311Updated 4 months ago
- Converts floating point numbers to decimal strings☆1,232Updated 9 months ago
- A C/C++ header to help move #ifdefs out of your code☆835Updated 6 months ago
- BitMagic Library☆422Updated this week
- Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C☆2,245Updated 3 weeks ago
- Fast integer compression in C using the StreamVByte codec☆393Updated last month
- A memory allocator that automatically reduces the memory footprint of C/C++ applications.☆1,802Updated 9 months ago
- Message passing based allocator☆1,647Updated this week
- Portable header-only C++ low level SIMD library☆1,268Updated 7 months ago
- libnop: C++ Native Object Protocols☆576Updated 7 months ago
- LLVM Optimization to extract a function, embedded in its intermediate representation in the binary, and execute it using the LLVM Just-In…☆519Updated 3 years ago
- Parse command line arguments by defining a struct☆489Updated 5 months ago
- Expressive Vector Engine - SIMD in C++ Goes Brrrr☆1,175Updated this week
- std::simd for GCC [ISO/IEC TS 19570:2018]☆607Updated 2 years ago
- Runtime polymorphism done right☆997Updated 3 years ago
- A tool to graphically visualize SIMD code☆678Updated 2 years ago
- A fast alternative to the modulo reduction☆309Updated 4 years ago
- The FASTEST QUALITY hash function, random number generators (PRNG) and hash map.☆998Updated 9 months ago
- Clang build analysis tool using -ftime-trace☆1,072Updated 2 weeks ago
- A semi compile-/run-time associative map container with compile-time lookup and run-time storage☆384Updated last year
- Cross-platform C++11 header-only library for memory mapped file IO☆1,769Updated last year
- Heap Layers: An Extensible Memory Allocation Infrastructure☆393Updated last week
- C++ template library for high performance SIMD based sorting algorithms☆925Updated this week
- 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…☆469Updated 7 months ago
- A simple C library for compressing lists of integers using binary packing☆497Updated last year