Routino SVN Repository Browser

Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino

ViewVC logotype

Revision 2131


Jump to revision: Previous Next
Author: amb
Date: Mon May 8 15:59:59 2023 UTC (16 months, 2 weeks ago)
Changed paths: 1
Log Message:
With multi-threaded sorting allow all N sorting threads to run at once
not just N-1 sorting threads and the pre function in the main thread
(the new code assumes the pre function is quicker than the sorting,
the old code assumed the opposite).


Changed paths

Path Details
Directorytrunk/src/sorting.c modified , text changed