Replies: 2 comments 7 replies
-
It's not really a find though there are things you can do. What's your context? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi Denis, I am writing a JSON parser. I'm trying to speed up block mappings on certain tables. In parallel with these processes, I am trying to learn eve on the one hand. What I want to do is space characters, numeric characters and null | false | Quickly matching constant expressions such as true. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am sharing 2 different scenarios and performance results below. I expected it to be faster than Eve. But as far as I understand, simd can't run it properly.
My Code (version 1)
Result: (version 1)
My Code (version 2)
Result: (version 2)
My Code (version 3)
Result: (version 3)
Beta Was this translation helpful? Give feedback.
All reactions