🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Good work there andreas

Started by
1 comment, last by Rain Dog 19 years, 5 months ago
I'm just getting starting on moving my app to use as 2.0+ and I'm doing the performance comparisons, In some simple cases the performance on my machine of as 2.1 is better than as1.10.1 Thanks a lot man and keeep up the good work.
Advertisement
Well, that is pleasingly surprising. [smile]

With my tests AS 2.0.0 is slower than 1.10.1, about 10% slower when working with primitives and almost twice as slow when working with registered types.

I believe I can make 2.x.x faster than 1.10.1 when working with primitives (maybe about 10% faster). For registered object as 2.x.x will almost certainly not reach the performance of 1.10.1, which would be expected since 2.x.x does some extra things to improve security (the whole sandbox thingy). The difference will decrease though.

AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game

In just running the quick perf tests, primitives for 2.0 were about 10% faster than 1.10. Objects were a lot slower.

This topic is closed to new replies.

Advertisement