
26 Aug
2008
26 Aug
'08
1:32 p.m.
dmehrtash:
Bjorn, I am initializing a list from a file. I am reading the lines from the file, splitting them into bytestring and then converting them to float. Should I be using String -> Float or ByteString -> Float?
I'd try reading the file entirely as a bytestring, then splitting out the Doubles, using ByteString -> Float. -- Don