10000 experimental: try a container growth factor of 1.5x by jsteemann · Pull Request #14811 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

experimental: try a container growth factor of 1.5x #14811

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Oct 25, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update lib/Containers/Helpers.h
  • Loading branch information
jsteemann authored Sep 28, 2021
commit 26c3cebb2c00e31c776d1bf3f553413eb800f10e
1 change: 0 additions & 1 deletion lib/Containers/Helpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ static std::size_t nextCapacity(T const& container, std::size_t initialCapacity)
}
}
}
TRI_ASSERT(capacity >= container.capacity());
TRI_ASSERT(capacity > container.size());
return capacity;
}
Expand Down
0