Kent Slaney

Results 17 comments of Kent Slaney

I haven't abandoned the thread, my backlog is just taking longer than expected

The benchmark results can be found [here](https://github.com/douban/libmc/actions/runs/7681168674/job/20934069824#step:7:29). The naive implementation of a python thread pool comes with the problem of an arbitrarily bad worst case since the unlock order is...

Alright, I think this is ready to be reviewed/merged. I also rewrote some parts of the README unrelated to this PR for the sake of clarity. I'll start tracking gevent...

It looks like gomemcache is [already thread safe](https://pkg.go.dev/github.com/bradfitz/gomemcache/memcache#Client), so I'm back to thinking this PR is done.

I've closed the greenify PR for being unsolvable. Unless you have feedback, this pull request is done. Please squash & merge. Thanks for your time, I know this is a...

I think I've now removed all the parts of the pull request that aren't necessary for the `ThreadedClient` interface in Python. Quick summary of the parts removed: - `.github/workflows/golang.yml` and...