Hi Andrin,

I have run a few more tests and now I am convinced you are right.

On Python 2.5 where pickle and json are both implemented in pure Python the 
speed benefits of marshal outweigh any conversion issues in the future 
(which are not likely anyways). Your numbers show even on Python 2.7 (with 
a C implementation of pickle) that marshal is much faster. Thanks!

- Bryce

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/BBpWKjV_DZcJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to