About 20-25 percent of the processor's time goes to turning doubles into strings. Enhance this by modifying fpconv to produced fixed precision rounded output (similar to std::ostringstream << std::fixed << std::setprecision(x)).
Note: This has been implemented, and has cut down on processing time by around 20%!
About 20-25 percent of the processor's time goes to turning doubles into strings. Enhance this by modifying fpconv to produced fixed precision rounded output (similar to
std::ostringstream << std::fixed << std::setprecision(x)
).Note: This has been implemented, and has cut down on processing time by around 20%!