Routino SVN Repository Browser

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

ViewVC logotype

Revision 2166


Jump to revision: Previous Next
Author: amb
Date: Mon Jul 3 17:29:06 2023 UTC (14 months, 2 weeks ago)
Changed paths: 1
Log Message:
Review the sorting problems fixed in v4.3.1 and update the code to:
* Make it clearer to the reader how it works.
* Better at choosing the number of threads to use.
* Optimise the data per thread (uses less memory in some cases).
* Add optional debug output.
* Remove the real cause of the bug in v3.4 (affected only when all
  the data fitted into RAM with a single thread which is why it only
  appeared when the default RAM size was increased).


Changed paths

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