Re: Writing numbers to file fast! (Need Faster float to char implementation)
Originally Posted by wysota
The quickest way to do it is not to convert floats to text
Do you have any control over the application that is supposed to read the data you write, i.e. could you write the raw bits that make up the double values without converting them to text and have the reader accept them in that format?
Bookmarks