Semantic parsing performance

SyntaxEditor for Windows Forms Forum

Posted 17 years ago by David Chang - Software Engineer, a.i. solutions, Inc.
Avatar
Hi,

I am developing the syntax editor parse a language we have using the semantic parser generator provide with the Syntax editor software.

The parser generate works great but we start seeing slow down in the syntax editor once it contains 8000 lines of code. At this point, every character typed will result in a one second lag.

Is there a possibility to have the parser perform partial parses and thereby increase response time?

Thanks!

Comments (3)

Posted 17 years ago by Matthew Smith - Developer, One Plus One Solutions Pty Limited
Avatar
I have seen this myself - certainly turning it off does make a massive difference, but no outlining of course.

Try turning on the Semantic Parser Service - I did in my program and it seemed to make a difference for me. I have also noticed quite a deal of difference running in debug vs release.

Hopefully it may help! (unless it's turned on already!!)

Regards, Matt

Posted 17 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi David,

As Matthew said, first off, do you have the semantic parser service running?


Actipro Software Support

Posted 17 years ago by David Chang - Software Engineer, a.i. solutions, Inc.
Avatar
Yep, that fixed the problem. Thanks!
The latest build of this product (v24.1.0) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.