After updating to the latest version I saw a huge, 50x performance regression in the type that uses Get<>
underneath. The difference was measured by typescript tracing.
I don't have a reproduction, but the only commit within the last release that touches this place is this one:
986faba by @Emiyaaaaa
Looking at the change, it's reasonable it caused a slow down, as TS needs to call Path
twice now. In my case, the object structure is pretty huge.
As extends string[]
is much wider, why this is needed?
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too