Re: Eu Interpreted
- Posted by Chris Bensler <bensler at telus.net> Aug 14, 2001
- 421 views
I'm considering including an interface routine for executing the p-code that the EU script would generate. Along with a routine for converting a native script to a p-code script. This would eliminate the parser pass, reducing load times, and it would also allow for custom optimizations that couldn't be easily done in the script engine. What do you think? Would it be worthwhile? Chris > Kat: > > Reading a 10,500 line text file and sorting it100 times in Euphoria takes > 9.38 seconds, the same task in Lua takes 9.61 seconds. Making the sort call > via "dostring" instead of direct takes 9.62 seconds. I don't think Euphoria > interpreting Eu code is going to be able to beat that. Or even come close. > > Regards, > Irv