in reply to Re^4: When the input file is huge !!!
in thread When the input file is huge !!!
Please try the updated code in the node above.
The problem was I got over-enthusiastic with my big number to disable the wrapping. 1e10 in a integer context (the length field of substr) was translated to -1. Hence one digit was being chopped of the end of the sequences.
At least that was the only problem I found here when I tested it.
|
|---|