peloton
peloton copied to clipboard
Add intersect util method for StringSet
Intersect function for *StringSet types that is concurrent safe added.
I do not think we should add the func if there is no use case.
I do not think we should add the func if there is no use case.
That's fine.
@axamon Update the commit message to be more meaningful.
I added the intersect function for *StringSet types that is concurrency safe.
I added the intersect function for *StringSet types that is concurrency safe.
Can you change commit name from "added intersect" to something "Add intersect util method for StringSet"
As well as change commit message from "might be useful" -> relevant to the PR.
@axamon Thank for the fixes, we do not have unit & integration test CI setup at open source yet. I will run the patch locally, if no errors then I will merge the PR.