dataloader icon indicating copy to clipboard operation
dataloader copied to clipboard

Slice of Pointers (?)

Open K4L1Ma opened this issue 2 years ago • 0 comments

I would like to understand the reasoning behind this BatchFunc type especially why is it a Slice of Pointers as it could potentially lead to memory leakages, as the opposite could even perform better* I think it would be better for it to be just a slice

*some reference: https://groups.google.com/g/golang-nuts/c/C2Ir0GI2gEk/m/fO3Zte1sAgAJ

K4L1Ma avatar Jul 12 '22 13:07 K4L1Ma