Closed SentryMan closed 5 months ago
Apparently calling the ServiceLoader multiple times slows things a little bit.
I'm thinking we can define a super interface for all four of our spi classes, load them all once, and use instanceof to filter things out.
Apparently calling the ServiceLoader multiple times slows things a little bit.
I'm thinking we can define a super interface for all four of our spi classes, load them all once, and use instanceof to filter things out.