cdb
cdb copied to clipboard
dump.go optimize memory usage
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.