Skip to content

Commit d7947d3

Browse files
committed
add readme
1 parent c2e611e commit d7947d3

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

README

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
#Author Xingen Wang ([email protected])
2+
This is a performance branch for the whalin memcached java client,
3+
which was first maintained by Greg Whalin and perhaps the most
4+
popular memcached java client in past years. While in recent years,
5+
some new memcached clients were found in the open source world, and
6+
most of them has better performance compared to the old version.
7+
8+
Considering the wide use of this old client, we intend to make it run
9+
faster and try to make the new one 100% compatible with the old version.
10+
11+
this 2.5.x version is supported by Schooner Information Technology, which
12+
provides professional storage service over all all the world.
13+
14+
Whalin client 2.5.x is proven to be 270% faster compared to the old version(2.0.1),
15+
and we also did some comparison with other clients, please find the result
16+
from following link:
17+
https://github.com/gwhalin/Memcached-Java-Client/wiki/PERFORMANCE
18+
19+
Usage:
20+
Just use as the previous version(2.0.1), if you've already used it, just replace
21+
the old version with the newer version(2.5.x). We believe it will give you surprise.
22+
23+
Maintainers:
24+
Greg Whalin
25+
Xingen Wang
26+
Meng Li
27+

0 commit comments

Comments
 (0)