[fpc-devel] Nested functions in numlib

Michael Schnell mschnell at lumino.de
Tue Apr 4 10:10:50 CEST 2017


Performance-wise, moreover for some tasks (such as Matrix 
multiplication) with modern multi-core machines parallel calculation 
could increase performance greatly. This can be done e.g. by using a 
thread pool. (I once did a thread pool implementation based on TThread, 
but I suppose there are more "official" sources).

-Michael



More information about the fpc-devel mailing list