Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tmeasday/mongo-find-by-ids

Find a list of mongo documents from a list of ids
https://github.com/tmeasday/mongo-find-by-ids

Last synced: 29 days ago
JSON representation

Find a list of mongo documents from a list of ids

Awesome Lists containing this project

README

        

# mongo-find-by-ids

Find a list of mongo documents from a list of ids. Returns an array in the correct order with `undefined`s interspersed, in O(N) time. Yay.