golang map,某个key被delete之后,只会标记为empty并不会释放内存.因此如果用map做缓存,可能导致内存使用率一直上涨... 代码:src/runtime/hashmap.go mapdelete