static LL listToSquareishChunks(L l) { int chunkSize = max(1, iround(sqrt(l(l)))); ret listToChunks(l, chunkSize); }