graphql / dataloader

DataLoader is a generic utility to be used as part of your application's data fetching layer to provide a consistent API over various backends and reduce requests to those backends via batching and caching.
MIT License
12.89k stars 515 forks source link

Add Stack Queue as a DataLoader #357

Open Bajix opened 7 months ago

Bajix commented 7 months ago

This PR is to add Stack Queue to the list of data loader implementations. Though it doesn't support caching, it has the most performant async batching algorithm in existence

linux-foundation-easycla[bot] commented 7 months ago

CLA Not Signed