CMIIW, `object` is for value type while `ref object` is for reference type.

If the object would be used for many occasions and its construction quite 
costly, it's better to use reference type then.

Reply via email to