Skip to content

Fixing performance regression on Python 2

Compare
Choose a tag to compare
@linsomniac linsomniac released this 27 May 20:09
· 95 commits to master since this release

This version fixes performance issues with pickling in Python 2 by reverting to cPickle in that case. Also includes slab stats and removal of the "time" argument to delete when it is not specifically set (this has been deprecated in the memcache server).