aboutsummaryrefslogtreecommitdiff
path: root/go/storage/needle_byte_cache.go
AgeCommit message (Collapse)AuthorFilesLines
2016-06-02directory structure change to work with glideChris Lu1-75/+0
glide has its own requirements. My previous workaround caused me some code checkin errors. Need to fix this.
2016-05-13properly release memoryChris Lu1-1/+3
fix https://github.com/chrislusf/seaweedfs/issues/301
2016-04-17correct cache: fix racing conditionchrislusf1-3/+6
2016-04-15adjust to real case cache sizechrislusf1-2/+2
2016-04-15add []byte caching and poolingchrislusf1-0/+70
fixes https://github.com/chrislusf/seaweedfs/issues/211