killme2008 / xmemcached

High performance, easy to use multithreaded memcached client in java.
http://fnil.net/xmemcached
Apache License 2.0
754 stars 281 forks source link

Rewrite the nework package by netty? #94

Open killme2008 opened 5 years ago

matejuh commented 5 years ago

👍 please write down your thoughts. I would be maybe able to contribute.

killme2008 commented 5 years ago

The current implementation for network communication is a framework written from java NIO APIs, and i think it would gain some performance benifit by rewriting the network communication layout by netty.

But it's a huge refator and not urgent.