lemire / fast_double_parserLinks
Fast function to parse strings into double (binary64) floating-point values, enforces the RFC 7159 (JSON standard) grammar: 4x faster than strtod
☆663Updated 3 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:
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆325Updated 10 months ago
- Converts floating point numbers to decimal strings☆1,281Updated last year
- Reference implementation of Dragonbox in C++☆751Updated this week
- Heap Layers: An Extensible Memory Allocation Infrastructure☆400Updated last 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,872Updated this week
- Official git repository for libdivide: optimized integer division☆1,242Updated 3 months ago
- A memory allocator that automatically reduces the memory footprint of C/C++ applications.☆1,827Updated last year
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆758Updated 11 months ago
- A fast alternative to the modulo reduction☆312Updated 4 years ago
- A C/C++ header to help move #ifdefs out of your code☆869Updated 11 months ago
- 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…☆479Updated last year
- SIMD-accelerated base64 codecs☆439Updated last year
- A tool to graphically visualize SIMD code☆682Updated 2 years ago
- 🚀 Fast C/C++ bit population count library☆349Updated last year
- Storage for my snippets, toy programs, etc.☆363Updated 5 months ago
- Fast integer compression in C using the StreamVByte codec☆408Updated 7 months ago
- This is a repository for the code posted on my blog☆901Updated last week
- libnop: C++ Native Object Protocols☆575Updated last year
- A C++ implementation of timsort☆310Updated 9 months ago
- Parse command line arguments by defining a struct☆501Updated 10 months ago
- BitMagic Library☆428Updated 3 weeks ago
- Lightweight, extremely high-performance JSON parser for C++11☆569Updated 5 months ago
- A simple, extensible, portable, efficient and header-only SIMD library!☆230Updated 3 years ago
- A semi compile-/run-time associative map container with compile-time lookup and run-time storage☆385Updated 2 years ago
- LLVM Optimization to extract a function, embedded in its intermediate representation in the binary, and execute it using the LLVM Just-In…☆525Updated 4 years ago
- Fast integer to ascii / integer to string conversion☆233Updated 2 years ago
- Unicode routines (UTF8, UTF16, UTF32) and Base64: billions of characters per second using SSE2, AVX2, NEON, AVX-512, RISC-V Vector Extens…☆1,513Updated this week
- Memory optimal Small String Optimization implementation for C++☆246Updated 10 years ago
- std::simd for GCC [ISO/IEC TS 19570:2018]☆629Updated 2 years ago
- This repository contains high-performance implementations of memset and memcpy in assembly.☆333Updated 3 years ago