pylibmc 0.5.1
Sorry for all the releases today, but I had to. I felt like it. And it's my code, so screw you guys.
Anyway, as per request by Johan Bergström, here's some benchmarking data (click to see whole):
- Median call times were used, and calls per second calculated using that value.
- All libraries were warmed-up.
- All tests were ran 30 000 times on each implementation.
- All tests ran against a TCP connection to localhost.
- cmemcache doesn't have a set_multi or delete_multi, so I emulated those two for it. It just calls the simple set/delete with every key.
Anyway, go upgrade!
sudo easy_install -U pylibmc
Comments
