commit | b06cd9d54075f942445f0030da9993368a1f49ab | [log] [tgz] |
---|---|---|
author | Fumitoshi Ukai <fumitoshi.ukai@gmail.com> | Thu May 07 12:56:12 2015 +0900 |
committer | Fumitoshi Ukai <fumitoshi.ukai@gmail.com> | Thu May 07 15:12:44 2015 +0900 |
tree | 6a99750aeed9863b8040c6f6d3d8d2402a4c74de | |
parent | 5ca0ecded9bc653fd9de59a2fad414d6f2da3bcf [diff] |
use sync.Pool for temporal bytes.Buffer. remove ev.Value and ev.Values before: scanblock: 8.22s (14.83%) runtime.MScan_Sweep 4.99s(9.00%) after: scanblock: 7.42s (12.95%) runtime.MScan_Sweep 4.57s(7.98%)