forked from facebook/folly
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SingleWriterFixedHashMap: Clean up tombstones when copying from a ful…
…l map Summary: Clean up tombstones when copying from a full map. Equal capacity maps are copied with tombstones for speed but that optimization should not be used if it results in a full map. Add guarantee that a copy from a map with tombstones will have at least one empty element. Reviewed By: A5he Differential Revision: D25230678 fbshipit-source-id: 900b734cc526be8da8be4e70137d19645f994f19
- Loading branch information
1 parent
1213fc1
commit 755145b
Showing
2 changed files
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters