v1.1.0
- Add MMap for representing big hash map on Memcached
- Using sync.Pool to reduce allocs
- Change the Pipeline interface for lowering memory usage => might break some code that use this interface
- Delete the mhash package, cause it is too hard to use