Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
compact: save the resized valueBuf when saving values
Previously saveValue would copy the current iteration value into valueBuf, but if valueBuf was grown to accommodate a larger value, valueBuf wasn't stored. This lead to repeated re-allocations of buffers sufficiently large to hold the iteration value.
- Loading branch information