Open alxmrs opened 5 months ago
Is it .limit() operations, or .toList() or getting all the system IDs up front and using slice operations? The latter is what worked best for Xee.
.limit()
.toList()
Is it
.limit()
operations, or.toList()
or getting all the system IDs up front and using slice operations? The latter is what worked best for Xee.