Commit 992d996
committed
Optimize ScanIterator to avoid unnecessary copying
Previously each key/value read during iteration was getting duplicated 😮
(This doesn't strictly belong to the PR its included in, but it will
greatly benefit the DB migration script.)1 parent 0e82155 commit 992d996
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
| 41 | + | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments