specter

lvh 2023-07-06T03:22:28.615469Z

Hi! I have a multi-path with a ton of paths with identical prefixes. Should I expect that to get optimized away, or is it faster to make the shared prefix explicit?

nathanmarz 2023-07-06T16:29:23.972649Z

@lvh Specter doesn't do any optimizations like that, so it will be faster to make the shared prefix explicit

1