Re: Requests for Eu 2.5
- Posted by Robert Craig <rds at RapidEuphoria.com> Jan 16, 2004
- 464 views
Andy Serpa wrote: > It would be nice to be able to optionally save the intermediate > already-parsed Euphoria files (I think you called it IR code previously) > that could be run be the interpreter, but skipping the parsing step. > That would be especially nice for cgi scripts to get the most speed and > the least overhead... Yes, you'll be able to do that using the new shrouder/binder. The parse time is smaller than most people think, and will get even smaller as machines get faster - and machines will continue to get faster at a greater rate than programs get larger. That's why it now makes sense to parse in Euphoria instead of C. I currently speed up some CGI scripts by translating/compiling them. That's another way to eliminate the (small) parse time. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com