Hi Julians:

I'm still new to Julia and am having a little trouble correctly 
understanding composite types. I would like to create a composite type with 
a mixture of constant attributes, i.e. class attributes, and mutable 
attributes. In practice, the problem is that I need to instantiate many, 
e.g. 10e8, type instances and would like to avoid having to allocate memory 
for values which are constant over a large subset of these instances. Is 
there any way to do this correctly?

Thanks for your help!

Robert

Reply via email to