cdb icon indicating copy to clipboard operation
cdb copied to clipboard

dump.go optimize memory usage

Open alldroll opened this issue 7 years ago • 0 comments

Record Key, Value methods return io.Reader with corresponding size. Every loop step allocates memory to read the key and value. Reusing already allocated memory should help with this issue.

alldroll avatar Nov 19 '18 00:11 alldroll