Quote:
Originally Posted by ceaser
Can anybody enlighten me on the speed difference between a complied Basic4ppc program and the same program complied in NSBasic?
|
Presumably you are trying the demo of Basic4PPC. How does the performance of the demo compare with NSBasic?
It is more than a year since I tried NSBasic and didn't like it at all. It was (I assume it still is) based on using the VBScript engine. As such I would expect that legacy compiled B4PPC (a bytecode interpreted environment) would be of the same order of performance as NSBasic and optimised compiled B4PPC would be rather better. If necessary you can achieve full native speed for maths in an optimised compiled B4PPC app by bypassing the normal weak typing and using array variables declared as doubles.
I actually bought NSBasic and then abandoned it for B4PPC!