Skip to content

feat: support sse and neon#51

Closed
xiegx94 wants to merge 1 commit into
bytedance:masterfrom
xiegx94:feat/sse-neon-support
Closed

feat: support sse and neon#51
xiegx94 wants to merge 1 commit into
bytedance:masterfrom
xiegx94:feat/sse-neon-support

Conversation

@xiegx94
Copy link
Copy Markdown
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
Copy Markdown
Collaborator Author

xiegx94 commented Feb 2, 2023

fix #50

@liuq19
Copy link
Copy Markdown
Collaborator

liuq19 commented Feb 9, 2023

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

@xiegx94
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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