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.
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
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