raphlinus.github.io icon indicating copy to clipboard operation
raphlinus.github.io copied to clipboard

'Generate the result' in 'Towards GPGPU JSON parsing'

Open moxunbai opened this issue 2 years ago • 0 comments

Hi , @raphlinus , I am reading this articleTowards GPGPU JSON parsing ,which I really got a lot of inspiration and very thanks for sharing;

But I got a confusion, about the step 'Generate the result' , the 'Also store alloc[i] into alloc[parent[i] + count[i]], which establishes the references to the children.' that means store alloc[i] into value[alloc[parent[i] + count[i]]] ? But I verified it wrong. It really looks
like store alloc[i] into value[alloc[parent[i]] + count[i]] , I'm not sure it's a mistake?

moxunbai avatar Sep 27 '23 10:09 moxunbai