Skip to content

v1.1.0

Compare
Choose a tag to compare
@QuangTung97 QuangTung97 released this 12 Oct 02:31
· 4 commits to master since this release
fe57605
  • 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