Add ability to find if the set contains a prefix to the key provided#5
Open
wwweert123 wants to merge 2 commits intocloudpeers:masterfrom
Open
Add ability to find if the set contains a prefix to the key provided#5wwweert123 wants to merge 2 commits intocloudpeers:masterfrom
wwweert123 wants to merge 2 commits intocloudpeers:masterfrom
Conversation
Contributor
|
Hm, there is also has_prefix and scan_prefix. has_prefix will return true if the tree has values below the given prefix. scan_prefix will iterate over the entire tree below a prefix. What case does this fn enable that isn't possible with the two mentioned methods? |
Author
|
Hi! Instead of checking whether the string provided is a prefix of a key in the set (what is done in has_prefix), the added is_prefix checks whether any keys in the set is a prefix of the string provided. For example, radixtree1.is_prefix("www.google.com/webhp") will return true |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.