Skip to content

Performance Considerations #469

Closed Answered by b3b00
jbartlau asked this question in Q&A
Aug 2, 2024 · 4 comments · 8 replies
Discussion options

You must be logged in to vote

Hello, indeed I've found that this optim can be bad for some kind of parsers (notably json parser, see #435 ).
My benches yesterday were surely not sufficient. Thanks for reporting. Expression parsing is already quite well optimized. I think that C++ is there outperforming in term of CPU (no need for JIT), and memory consumption (no GC). Maybe memory consumption could be oprimized if had time for this 😊.

Maybe this performance issue is not that important on real world situation ? For now I can not help further, I real busy at work 😒.

Thanks for trying CSLY, it gives me improvement things to investigate.

Replies: 4 comments 8 replies

Comment options

You must be logged in to vote
7 replies
@b3b00
Comment options

@jbartlau
Comment options

@jbartlau
Comment options

@b3b00
Comment options

Answer selected by jbartlau
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@b3b00
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants