ok, so if I'm already on 2.28.0 I shouldn't expect too much, but it will be a nice bump.
w
wide-midnight-78598
10/11/2025, 8:25 PM
I believe 2.28 introduced polymorphic rules - which was a step function for perf. The rest of the Get reduction has been linear-ish (fewer Get calls means faster startup).
The call-by-name improvements are specifically related to startup times though.
wide-midnight-78598
10/11/2025, 8:26 PM
If you’re looking for other perf improvements, they’re on a per backend basis
f
fast-school-44220
10/12/2025, 12:44 PM
I should have my pathological case up on GitHub Monday.