Parallel JSON parsing on the GPU with compute shaders
Summary
Slurpjson describes parsing JSON entirely on the GPU via wgpu compute shaders, using a pipeline of parallel prefix scans to produce a structural tape. The project is positioned as research into parallel JSON parsing rather than a ready-to-use parser, highlighting open-source collaboration and GPU-accelerated performance.