arthurnn / memcached

A Ruby interface to the libmemcached C client
Academic Free License v3.0
432 stars 127 forks source link

Upgrade of libmemcached ? #80

Closed ccocchi closed 12 years ago

ccocchi commented 12 years ago

Do you plan on upgrading the C libmemcached included in the project (it has currently started the 1.0 serie but the 0.X serie stopped at version 0.52) or would you accept a pull request about this ?

evan commented 12 years ago

Can't, because the newer versions are significantly slower: https://github.com/evan/memcached/issues/27

The top priority for this project is performance so there's not much I can do.

ccocchi commented 12 years ago

Did you try with more recent versions to see if performances have been improved (or at least back to where it is now) ?

evan commented 12 years ago

I did not. The branch is still there; you could try it.