A fast SIMD parser for CSV files
☆164Jul 2, 2022Updated 4 years ago
Alternatives and similar repositories for simdcsv
Users that are interested in simdcsv are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Fast C functions for the computing the positional popcount (pospopcnt).☆55Jan 23, 2020Updated 6 years ago
- ☆38Nov 5, 2020Updated 5 years ago
- SIMDized check which bytes are in a set☆32Oct 21, 2018Updated 7 years ago
- A small DFA for under 16 states☆55Jun 6, 2018Updated 8 years ago
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆351Apr 11, 2026Updated 4 months ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆124Jul 22, 2020Updated 6 years ago
- Fast implementations of the scancount algorithm: C++ header-only library☆27Oct 7, 2019Updated 6 years ago
- Fast function to parse strings into double (binary64) floating-point values, enforces the RFC 7159 (JSON standard) grammar: 4x faster tha…☆670May 27, 2025Updated last year
- FishStore is a prototype fast ingestion and querying layer for flexible-schema data☆232Sep 19, 2023Updated 2 years ago
- Fast Approximate Membership Filters (C++)☆287Aug 29, 2025Updated last year
- A tool to graphically visualize SIMD code☆698Mar 4, 2023Updated 3 years ago
- ☆10Sep 14, 2017Updated 8 years ago
- Fortran Array collection library☆15Feb 14, 2017Updated 9 years ago
- My very own vxsort re-implemented with "modern" C++ by a complete idiot (in C++)☆33Jun 12, 2026Updated 2 months ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- ☆10Sep 15, 2018Updated 7 years ago
- Parallel boolean circuit evaluation☆27Oct 28, 2018Updated 7 years ago
- A collection of statistics algorithms from Mersenne twister generator to MCMC sampling.☆20Aug 2, 2022Updated 4 years ago
- Implementing MISON by Microsoft in C++ as a test☆21Mar 1, 2018Updated 8 years ago
- Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)☆172Feb 21, 2025Updated last year
- A small test for multithreaded C++ stack unwinding on unixes☆16Feb 24, 2020Updated 6 years ago
- Fast and exact implementation of the C++ from_chars functions for number types: 4x to 10x faster than strtod, part of GCC 12, MySQL, Duck…