Re: [Attn] Robert: Faster sequence operations in Eu 1.x ?
- Posted by Robert Craig <rds at rapideuphoria.com> Dec 16, 2005
- 552 views
Greg Haberek wrote: > Vincent wrote: > > Robert please tell me that there is a logical explaination for this. Is a= > > smaller number per second better? > > A larger number per second is better. 2.5 can do more stuff in a given > second than 1.2. It seems that 2.5 is twice as fast as 1.2 in all > apsects. Considering its twice the version, that's right on par. No, Vincent is right. I confirmed it on my XP machine. 1.2 appears to be faster than 2.5. I suspect that 1.2 is not really faster. There may be something fishy going on. The machine code that's executed should be almost the same, and where it's different, 2.5 should be faster in most cases. The only thing that should be faster in 1.2 is the slice benchmark. At a certain point (1.4 I think), I gave up some slice speed to gain subscripting speed as well as saving some memory. It was a good trade-off. I'll investigate this more tomorrow. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com