codeintel: More intelligently page/paginate lsifstore bulk moniker results
View options
- Truncate descriptions
Created by: efritz
The BulkMonikerResults
method collects all locations in memory in a large slice. We should instead page/stream these results to the caller so they no longer need to paginate in memory themselves.