Does size matter !!!
Posted: Fri Aug 12, 2022 4:16 am
Recently I was asked if I was interested in completing a project that was about two thirds along, done in RealBasic (Xojo). Target was for Windows desktop, not too complex with remote DB. Not knowing too much about RealBasic I looked into it. I found the IDE nice but was surprised by it's resultant distribution overhead. So I did a little test and created the same Windows app on RealBasic, PureBasic and Delphi, then compared the exe. The app was a webgadget, button and stringgadget, type a URL into stringgadget, press button and URL is displayed in webgadget, very simple.
PureBasic: 48128 bytes
Delphi: 2464256 bytes
RealBasic: 4462592 bytes Then add necessary distribution overhead: 284572523 bytes total
Size of files these days isn't such a big deal as it once was nor am I bagging out any one platform but with such a difference in comparison - worth sharing.
PureBasic: 48128 bytes
Delphi: 2464256 bytes
RealBasic: 4462592 bytes Then add necessary distribution overhead: 284572523 bytes total
Size of files these days isn't such a big deal as it once was nor am I bagging out any one platform but with such a difference in comparison - worth sharing.