Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Discussion options

Hello. I currently have developed a Json parsing/serializing library called Jsonifier. It used to use simdjson's core algorithm for parsing but where I re-saturated the avx/neon registers upon initial collection of the index values instead of only operating on 64-bytes worth at a time (As can be seen here) and this seemed to accelerate the algorithm by roughly 30%. I have since however reduced the usage of avx/arm-simd instructions to only being used for the ptr-to-data-member hashmaps and string parsing/serializing, as well as string comparisons/char-searches. What I would like to request is pointers with respect to utilizing your library as efficiently as possible in my own benchmarks as I believe that may not currently be the case.
Here is the performance repo:
https://github.com/RealTimeChris/Json-Performance
Hope this reaches you well! Cheers!

You must be logged in to vote

Replies: 0 comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
🙏
Q&A
Labels
None yet
1 participant
Morty Proxy This is a proxified and sanitized view of the page, visit original site.