dataloader
dataloader copied to clipboard
Implementation of Facebook's DataLoader in Golang
Just some typo fixes
Hi! These type descriptions are unnecessary since they can be inferred from another part. Let's remove to make them more simple ✨
Hi! Here's simple typo fixes. Please review and merge if there's no concern ✨
Hey guys, we at [esome](http://www.esome.com/en) really love your work. When we wanted to update this lib to `v7`, we stumbled over one problem. In our scenario, we use the data-loader...
I would like to understand the reasoning behind this [BatchFunc type](https://github.com/graph-gophers/dataloader/blob/master/dataloader.go#L35) especially why is it a Slice of Pointers as it could potentially lead to memory leakages, as the opposite...
could you provide a simple example with any database using the IN clause? I'm new to dataloader so I'm mostly deducing keys are each id that the resolver provides but...
Go will add generic feature on next release(1.18). This feature can bring a significant benefit like static type checking for user.
Currently when the batchloader returns some nil values in his output list of Results, a panic occurs. This case is possible because the return type is by reference `[]*Result`. The...
This changes the test assertion to avoid test flake. Fixes #76. I was unable to find any data races using the `-race` flag for testing. The existing test would rarely...