Closed joeyjurjens closed 1 month ago
I thought that when slicing, it still consumed a lot of memory and that's why I added the use of .iterator() in the chunked util. However, after testing, slicing works fine and and it's probably better to keep it simple and use slicing.
I thought that when slicing, it still consumed a lot of memory and that's why I added the use of .iterator() in the chunked util. However, after testing, slicing works fine and and it's probably better to keep it simple and use slicing.