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
☆662Updated 3 weeks 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:
- Reference implementation of Dragonbox in C++☆652Updated 7 months ago
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆319Updated 7 months ago
- Converts floating point numbers to decimal strings☆1,265Updated last year
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆743Updated 9 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,800Updated 3 weeks ago
- Official git repository for libdivide: optimized integer division☆1,215Updated last week
- Heap Layers: An Extensible Memory Allocation Infrastructure☆398Updated last week
- A C/C++ header to help move #ifdefs out of your code☆852Updated 9 months ago
- BitMagic Library☆425Updated 2 months ago
- Fast integer compression in C using the StreamVByte codec☆402Updated 4 months ago
- A memory allocator that automatically reduces the memory footprint of C/C++ applications.☆1,816Updated 11 months ago
- C++ implementation of a memory efficient hash map and hash set☆351Updated 9 months ago
- 🚀 Fast C/C++ bit population count library☆347Updated 11 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,407Updated this week
- An unordered C++ data container providing fast iteration/insertion/erasure while maintaining pointer/iterator validity to non-erased elem…☆452Updated last month
- Fast integer to ascii / integer to string conversion☆229Updated 2 years ago
- std::simd for GCC [ISO/IEC TS 19570:2018]☆620Updated 2 years ago
- Cross-platform C++11 header-only library for memory mapped file IO☆1,829Updated last year
- Parse command line arguments by defining a struct☆492Updated 7 months ago
- Collection of miscellaneous portable C snippets.☆715Updated last year
- Portable header-only C++ low level SIMD library☆1,277Updated 10 months ago
- P1031 low level file i/o and filesystem library for the C++ standard☆954Updated 3 weeks ago
- SIMD (SWAR/SSE/SSE4/AVX2/AVX512F/ARM Neon) of Karp-Rabin algorithm's modification☆256Updated 3 years ago
- A simple C library for compressing lists of integers using binary packing☆501Updated last year
- libnop: C++ Native Object Protocols☆577Updated 10 months ago
- Lightweight, extremely high-performance JSON parser for C++11☆568Updated 2 months ago
- Branchless UTF-8 decoder☆614Updated 2 years ago
- Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C☆2,307Updated last month
- Storage for my snippets, toy programs, etc.☆360Updated 3 months ago
- A semi compile-/run-time associative map container with compile-time lookup and run-time storage☆385Updated 2 years ago