What is the best way to split a large list (over 1000 items) for performance purposes? And use "parts" of a large list?
For example; I have a list of 10k addresses I want to scan. How can I split this list into a 4th, and finish the list by sections to increase performance?