You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+35-18Lines changed: 35 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -56,26 +56,43 @@ func main() {
56
56
57
57
## Comparison to others
58
58
59
-
[dataloaden](https://github.com/vektah/dataloaden) uses code generation and has similar performance
60
-
[dataloader](https://github.com/graph-gophers/dataloader) does not use code generation but has much worse performance and is more difficult to use
59
+
*[dataloaden](https://github.com/vektah/dataloaden) uses code generation and has similar performance
60
+
*[dataloader](https://github.com/graph-gophers/dataloader) does not use code generation but has much worse performance and is more difficult to use
61
+
*[yckao/go-dataloader](https://github.com/yckao/go-dataloader) does not use code generation but has much worse performance and is very similar to dataloader.
61
62
62
-
Benchmarks show that this package is faster than both of the above and I find it easier to use.
63
+
The benchmarks in this repo show that this package is faster than all of the above and I also find it easier to use.
0 commit comments