Closed danieljharvey closed 2 years ago
@danieljharvey I would recommend using a small criterion benchmark to understand the impact added by introducing dropFirst
.
https://github.com/hasura/graphql-engine-mono/pull/5709 doesn't seem to improve anything so I suspect that the performance regression in #5588 would probably be because of the additional check?
@0x777 - good shout - have created a ticket to track investigating this: https://github.com/hasura/graphql-engine-mono/issues/5756
As per https://github.com/hasura/pg-client-hs/pull/74/files#r960213856 , our recent changes to
AltJ
decoding parse into anAeson
Value
and then onto the target value rather than going directly.