zjpjohn / memcached

Port of Memcached to Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LevelDB in Java

This is a rewrite (port) of Memcached in Java. This goal was to have a feature complete implementation that is within 10% of the performance of the C original.

Current status

I started working on this a few years ago and got the slab allocator and hash working, but life being as it is, I never finished the protocol port. If there is general interest in this project, I'd we willing to pick it up again and finish it.

About

Port of Memcached to Java

License:Apache License 2.0


Languages

Language:Java 100.0%