Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
moxunbai opened this issue Sep 27, 2023 · 0 comments
Open

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

moxunbai opened this issue Sep 27, 2023 · 0 comments

Comments

@moxunbai
Copy link

moxunbai commented Sep 27, 2023

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant