Search found 1 match

by Nikko
Thu Oct 21, 2004 1:33 am
Forum: General Discussion
Topic: Compare performances Blitz - PureBasic and C++
Replies: 16
Views: 6462

Compare performances Blitz - PureBasic and C++

Does anyone could give me an idea why C++ compiled is so much faster than basics. The purebasic can generate an .ASM, and the code seems to be pretty optimized! Is there an error in my code???

Blitz
execution : 8004 ms
size exe: 1 290 240 octets

PureBasic
execution : 7656 ms
size exe: 6144 octets ...