distribute whole job-queue instead of single jobs and re-assign unprocessed jobs to idle worker-threads - improves multi-threading behaviour a lot

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/branches/lmms-mv@724 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-02-27 14:57:38 +00:00
parent 0acbf718af
commit c043eed2d6

View File

@@ -1,3 +1,11 @@
2008-02-27 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* include/mixer.h:
* src/core/mixer.cpp:
distribute whole job-queue instead of single jobs and re-assign
unprocessed jobs to idle worker-threads - improves multi-threading
behaviour a lot
2008-02-26 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* include/mixer.h: