Closed
Description
The lambda here unfortunately seems to capture the V
type parameter so it is instantiated lots of times. This tiny function contributes more LLVM IR than all but 5 much larger functions in #313 (comment). It should be instantiated only once per R
type parameter on your deserializer.
Line 259 in c5f30c3
@Rufflewind or @Coding-Doctors would you be interested in working on this?