python - Django caching - Pickle is slow -


working on optimization of 1 web-site, found, pickling of querysets becomes bottleneck in caching, , no matter how clever code be, unpickling of relatively large qs in time of 1-2secs kill effort.
encountered this?

if using pickle, might recommend cpickle purported 1000 times faster.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Socket.connect doesn't throw exception in Android -

iphone - How do I keep MDScrollView from truncating my row headers and making my cells look bad? -