I have a series of textfiles.
They all end with a float, without a preceding whitespace
...foo123.456
. The float has an unbounded number of digits.
the files are large so I would like to avoid reading them completely in memory. They have also different sizes.
How to avoid readgin the entire file?