Hey Mike I did a Obj-C vs RealBasic speed test:
Realbasic Speed Test SourceObj-C Speed Test SourceLanguage Speed Test- RealBasic: 215 milliseconds
- Obj-C: 3 milliseconds
Obj-C is 71.6 *faster than RealBasic
Scripting Language Speed Test- SilverCreator: 33 ticks
- Gan's Runtime: 2.5 ticks
Gan's Runtime is 13.2 *faster than SilverCreator
So what's my point?
Well if we do further ratios...
According to this data... If RealBasic had the speed of Obj-C, SilverCreator would clock in at:
33 ticks / 71.6 = 0.46 Ticks.
If Obj-C had the speed of RealBasic, Gan's Runtime would clock in at:
2.5 ticks / (3/215) = 179.16 Ticks
ConclusionIf my math is right and language speed was constant, then if SilverCreator were written in Obj-C exactly how it is then it's be about 5* faster than my runtime.
What does it mean?If this data is correct, SilverCreator is more efficient than my runtime. It just has RB slowing it down.