Hi,

Is there much (if any) overhead in N modules all loading say the "std"
library. Without looking at the code I am presuming that if N modules load
the same library they all get the *same* reference to it ? Is there N*M
overhead no matter how small on the library side or is the only memory usage
that required by the caller to store the returned reference ??

Cheers
Sean Charles
-- 
Neko : One VM to run them all
(http://nekovm.org)

Reply via email to