Modify parameters parallel or serial?

I need to modify the name and abbreviation of a bunch of piping systems. I have a graph that is working but I’m wondering if modify these two parameters would be best to in parallel or in serial?
Does this even matter? Is one way faster to process in general?

Just use the element output from one into the other in series. No need to run the filtering logic twice.