Skip to content
Prev 42309 / 63424 Next

serialize/unserialize vector improvement

This has languished for a long time, and we should make a decision 
before FF for 2.15.0.

It seems to me that in so far as there is a problem, it is that we 
serialize via XDR, and that since that was invented little-endian CPUs 
have taken over the world.  So for the only cases I can imagine this is 
really a problem (passing objects in 'parallel'/snow ... contexts) a 
better answer might be to pass without byte-reordering: go back to the 
RDB format which was exposed for save() but AFAIK never for serialize.

I would say Sparc is the only big-endian platform left (some PPC Mac 
users may disagree), so little-endian really does rule.

Brian
On 03/10/2011 14:28, luke-tierney at uiowa.edu wrote: