Hello
I use Parser since 2 or 2 years in a data acquisition program and it works fine. I'm currently developing the new release and I need to parse several expression with dynamic variables up to 20 times per second.
I'd like to modify the parser as to pre-compile the expression to avoid useless re-parsing every time I need to evaluate the expressions (up to 128 expressions, 20 times per second means too much time ..)
Can you give some clues on how to do that ?
Thanks for sharing this excellent piece of code
Thierry
I use Parser since 2 or 2 years in a data acquisition program and it works fine. I'm currently developing the new release and I need to parse several expression with dynamic variables up to 20 times per second.
I'd like to modify the parser as to pre-compile the expression to avoid useless re-parsing every time I need to evaluate the expressions (up to 128 expressions, 20 times per second means too much time ..)
Can you give some clues on how to do that ?
Thanks for sharing this excellent piece of code
Thierry