Update TODO

This commit is contained in:
Matteo Cypriani 2013-01-11 16:22:20 -05:00
parent d423339374
commit 375ddb513b
1 changed files with 2 additions and 5 deletions

View File

@ -323,11 +323,8 @@ Work to do in OwlPS
- algorithms (parallelize computation of the different algorithms for - algorithms (parallelize computation of the different algorithms for
the same request); the same request);
- and/or requests (parallelize computation of several requests). - and/or requests (parallelize computation of several requests).
-
It would be possible (overkill?) to have a group of worker threads See OpenMP.
and a job queue.
See OpenMPI & friends.
- ReferencePoint: the request list should be an unordered_set instead of - ReferencePoint: the request list should be an unordered_set instead of
a vector, to guarantee the unicity of the elements. a vector, to guarantee the unicity of the elements.