Changes between Initial Version and Version 1 of Ticket #35166, comment 4
- Timestamp:
- Feb 5, 2024, 9:00:19 AM (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35166, comment 4
initial v1 2 2 That's why the issue was not solved and does not look to be solved in the near future unfourtanetly. I tried refactoring of pymemcache but it is really hard and would take considerable amount of development. 3 3 4 I understand you cannot add/remove memcached libraries every 2 releases but still current implementation of pymemcache is multiple times slower when using multiple servers. It's was a huge regression in Django memcache (we use 4 server so 4x times slower multi_get).4 I understand you cannot add/remove memcached libraries every 2 releases but still current implementation of pymemcache is multiple times slower when using multiple servers. It's was a huge regression in Django memcache (we use 4 server so 4x times slower get_many). 5 5 6 6 The interface of python-memcached interface is now aligned with pymemcache so no longer need for hacks.