`subtypes` of concrete type

I have an example that calls Docs.doc across all of Base/Core and it ends up spending ~90% of it’s time with expensive calls to subtypes.

Is there a particular reason why subtypes attempts to find subtypes of concrete types rather than just returning DataType[]?

Probably not. Why don’t you try it and submit a PR if successful.

1 Like

I’ll do that now, thanks

1 Like