Fix a performance issue with filtered graphs
This avoids unnecessary copying of the filter property map, which although being O(1), does end up consuming a measurable time.
Please register or sign in to comment
This avoids unnecessary copying of the filter property map, which although being O(1), does end up consuming a measurable time.