Hi Wang Rui, Ablerto et. al. On Thu, Mar 25, 2010 at 9:01 AM, Wang Rui <[email protected]> wrote: > Hi Alberto, > > I did a simple test just now. Seems it won't affect the generated file > size and contents, because of not changing basic value types. (and the > wrapper class size will never be recorded) I'd like to have more tests > later.
Is it not just the wrapper classes themselves that will be affected by the packing, not the data that they serialize in and out. As far as I'm aware raw data structures aren't serialized so the packing shouldn't effect the binary format. My expectation is that packing would change how much memory the serializers use when created on loading of the serializer plugins. Does this sounds right? Robert. _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
