-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Double wildcard implementation for ActorSelection #4375
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm going to need to run the ActorSelection
benchmarks on this before we merge it
right-o |
For whatever reason, could not make NBench to produce markdown report... But I can paste results from console output. Before this PR
After this PR
|
Thanks @IgorFedchenko - looks safe to merge. Performance numbers look about the same before and after. |
@IgorFedchenko NBench markdown usually gets written out to the file system rather than the console |
Yeah, I was trying to find any files, or specify output directory to look there - but could not get anything generated... |
Double wildcard (**) selection feature for ActorSelection.
example:
Sys.ActorSelection("/user/a/b2/**")
will select all children under "user/a/b2" recursively.