Sean Charles a écrit :
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 ?
Yes, that's the behavior with the default loader. Nicolas -- Neko : One VM to run them all (http://nekovm.org)
