minio / simdjson-go

Golang port of simdjson: parsing gigabytes of JSON per second
Apache License 2.0
1.8k stars 85 forks source link

need the original c code that converted to the goasm #74

Closed kkHAIKE closed 1 year ago

kkHAIKE commented 1 year ago

i can't found it from offical simdjson repo..😢

harshavardhana commented 1 year ago

Its linked at the first line on the README.md https://github.com/simdjson/simdjson

kkHAIKE commented 1 year ago

i means can't find find_odd_backslash_sequences / find_structural_bits / find_whitespace_and_structurals ... in simdjson repo...

maybe it's refactoring?

and I am trying to add arm64 support..

harshavardhana commented 1 year ago

i means can't find find_odd_backslash_sequences / find_structural_bits / find_whitespace_and_structurals ... in simdjson repo...

maybe it's refactoring?

and I am trying to add arm64 support..

It won't be that easy @kkHAIKE you would have to work on it fully to figure it out. It is not c -> asm direct mapping AFAIK.

kkHAIKE commented 1 year ago

i make a tool to do that https://github.com/kkHAIKE/nocgo ..

I want to do an work in this repo