asmjson 0.2.6

A fast JSON parser using AVX-512/AVX2/SWAR classifiers
Documentation
@software{asmjson-crate,
  author  = {Thomason, Amy},
  title   = {{asmjson}: A hand-written AVX-512BW JSON parser for the Rust ecosystem},
  year    = {2026},
  url     = {https://crates.io/crates/asmjson},
  version = {0.2.3},
}

@article{simdjson,
  author  = {Langdale, Geoff and Lemire, Daniel},
  title   = {Parsing Gigabytes of {JSON} per Second},
  journal = {The VLDB Journal},
  year    = {2019},
  volume  = {28},
  number  = {6},
  pages   = {941--960},
  doi     = {10.1007/s00778-019-00578-5},
}

@software{simd-json,
  author  = {Mutnate, Heinz N. and contributors},
  title   = {\texttt{simd-json}: Rust port of the simdjson library},
  year    = {2023},
  url     = {https://github.com/simd-lite/simd-json},
}

@software{sonic-rs,
  author  = {Bytedance and contributors},
  title   = {\texttt{sonic-rs}: A fast Rust JSON library based on SIMD},
  year    = {2024},
  url     = {https://github.com/cloudwego/sonic-rs},
}

@software{serde-json,
  author  = {Tolnay, David and Eidem, Erick},
  title   = {\texttt{serde\_json}: JSON serialization for Rust},
  year    = {2023},
  url     = {https://github.com/serde-rs/json},
}

@software{rayon,
  author  = {Stone, Josh and Matsakis, Niko and contributors},
  title   = {Rayon: A data-parallelism library for Rust},
  year    = {2024},
  url     = {https://github.com/rayon-rs/rayon},
}

@techreport{json-rfc,
  author      = {Bray, Tim},
  title       = {The {JavaScript Object Notation (JSON)} Data Interchange Format},
  institution = {Internet Engineering Task Force},
  year        = {2017},
  number      = {RFC 8259},
  doi         = {10.17487/RFC8259},
}