-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Anatoly edited this page May 31, 2020
·
9 revisions
This library provides you to make a parallel computation of any algorithm.
- Create your own algorithm-branch (it can be based on existing modules)
- Adopt it to class Algorithm interface
- Use class ThreadController interface to make parallel computation
Also, you can use our branches of algorithms and there is no need to adapt it to ThreadController.