Actions
Feature #333
openCaching of communicators
Start date:
08/06/2014
Due date:
% Done:
0%
Estimated time:
Description
YAXT currently creates communicators internally to provide isolation from other parts of the system. This can be potentially costly when it introduces additional synchronization. For this reason it seems sensible to cache previously created communicators instead of destroying them immediately.
An alternative scheme requires managing tags in the library more closely and is potentially less resource intensive (depending on how costly a communicator is).
Actions