Parallel JSON parsing on the GPU with compute shaders
Summary
The slurpjson project parses JSON entirely on the GPU using WebGPU compute shaders, using a pipeline of parallel prefix scans to produce a flat tape of structural characters. It positions JSON parsing as a research problem in invitingly parallel computation and demonstrates a GPU-based approach for potentially faster parsing of large JSON workloads. The README includes usage examples in Rust and references related GPU JSON parsing research.