Changes between Initial Version and Version 1 of Ticket #35166, comment 4


Ignore:
Timestamp:
Feb 5, 2024, 9:00:19 AM (8 months ago)
Author:
Matej Spiller Muys

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35166, comment 4

    initial v1  
    22That'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.
    33
    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).
     4I 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).
    55
    66The interface of python-memcached interface is now aligned with pymemcache so no longer need for hacks.
Back to Top