Skip to content

feat: support sse and neon #51

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

Closed
wants to merge 1 commit into from

Conversation

xiegx94
Copy link
Collaborator

@xiegx94 xiegx94 commented Jan 31, 2023

Main changes

Support sse and neon simd.

@xiegx94 xiegx94 force-pushed the feat/sse-neon-support branch from eaee684 to d28dff3 Compare February 1, 2023 08:13
@xiegx94
Copy link
Collaborator Author

xiegx94 commented Feb 2, 2023

fix #50

@liuq19
Copy link
Collaborator

liuq19 commented Feb 9, 2023

can we have a fallback code to support all other env?

@xiegx94
Copy link
Collaborator Author

xiegx94 commented Feb 10, 2023

can we have a fallback code to support all other env?

But sonic has copied origin json string and pad it to avoid crossing memory boundary by simd codes.

@liuq19
Copy link
Collaborator

liuq19 commented Feb 14, 2023

can we have a fallback code to support all other env?

But sonic has copied origin json string and pad it to avoid crossing memory boundary by simd codes.

performance may be not import for fallback impl,we can just make a very naive fallback impl as simdjson

@xiegx94
Copy link
Collaborator Author

xiegx94 commented Mar 2, 2023

#56 is better

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

Successfully merging this pull request may close these issues.

2 participants