forked from igor-eremeev/redex
-
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.
Various improvements to the Patricia tree library
Summary: - Fixes a bug in brace-initialization of Patricia-tree sets. - Improves the pretty-printing of Patricia-tree collections containing pointers (don't print the pointer, but the object itself). - Removes the `get_patricia_tree()` method and implements the `stable_equals()` predicate instead, since this is the only practical case where we need to compare the pointers to the underlying Patricia trees. Reviewed By: int3 Differential Revision: D6446589 fbshipit-source-id: 55726dde5f9b3bc9a60f6246169fc133bee991ee
- Loading branch information
1 parent
99c443d
commit 21890a0
Showing
4 changed files
with
104 additions
and
28 deletions.
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
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