Hello,
currently Files.lines() uses two different implementations depending on if the file length is > 2G or not.
Nowadays, having CSV data file that have a length > 2G is not that rare, so i wonder if the two implementation can not be collapsed to one using a MemorySegment ?
currently Files.lines() uses two different implementations depending on if the file length is > 2G or not.
Nowadays, having CSV data file that have a length > 2G is not that rare, so i wonder if the two implementation can not be collapsed to one using a MemorySegment ?