Parallel processing strings Delphi full available CPU usage
问题 The goal is to achieve full usage of the available cores, in converting floats to strings in a single Delphi application. I think this problem applies to the general processing of string. Yet in my example I am specifically using the FloatToStr method. What I am doing (I've kept this very simple so there is little ambiguity around the implementation): Using Delphi XE6 Create thread objects which inherit from TThread, and start them. In the thread execute procedure it will convert a large