dataloader:Golang中Facebook的DataLoader的实现 源码
数据加载器 这是Golang中的实现。 安装 go get -u github.com/graph-gophers/dataloader 用法 // setup batch function batchFn := func ( ctx context. Context , keys dataloader. Keys ) [] * dataloader. Result { var results [] * dataloader. Result // do some async work to get data for specified keys // append to thi
文件列表
dataloader-master.zip
(预估有个18文件)
dataloader-master
.travis.yml
200B
example
no_cache
no_cache_test.go
774B
ttl_cache
go_cache_test.go
2KB
lru_cache
golang_lru_test.go
2KB
dataloader_test.go
16KB
暂无评论