so i tried to port my app to python 2.7 but atm it is too complex to do and i 
really dont think there will be a massive speed improvement.
think ill pre-serialize my objects (somehow like gregory suggested) which 
should bring the serialization down a few seconds.


On Jan 16, 2012, at 8:46 PM, Kyle Finley wrote:

> aschmid,
> 
> Are you running python27? If so you should see some improvement by importing 
> json instead of simplejson. 
> 
> http://stackoverflow.com/a/8191970/236564
> 
> 
> -- 
> 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/-/GFQ13LeHVP4J.
> 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.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
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