Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
QHash: improve perf when detaching with potential growth
By not assuming we will have resized. reserve(size() + 1) will have suffered a bit from this, but that is probably not very common. Change-Id: I8750d430f532a72729ed06e67c0f315707a916d6 Reviewed-by: Lars Knoll <lars@knoll.priv.no>
- Loading branch information