[REBOL] Re: REBOL/BASE testing
From: greggirwin:mindspring at: 15-Oct-2002 17:29
Hi Graham,
<< Why do you think it is faster? Is it because it loads
faster being a smaller binary? >>
Per Carl S., things like network protocols can take a bit of time to load,
along with lots of other functions you may not need. So you add back in only
the pieces that you're using and eliminate the load time of all the stuff
you're not. Nothing else should change, performance wise, I imagine. The
size of the binary should have very little to do with it.
--Gregg