You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Markus Weimer (JIRA)" <ji...@apache.org> on 2015/05/06 18:08:00 UTC

[jira] [Created] (REEF-310) Memory utilization for class hierarchies is O(#contexts) in the bridge

Markus Weimer created REEF-310:
----------------------------------

             Summary: Memory utilization for class hierarchies is O(#contexts) in the bridge
                 Key: REEF-310
                 URL: https://issues.apache.org/jira/browse/REEF-310
             Project: REEF
          Issue Type: Improvement
          Components: REEF Bridge
            Reporter: Markus Weimer
            Priority: Minor


In {{ActiveContextBridge}}, we load the class hierarchy for the C# side in the constructor (thanks to [REEF-304]). However, we load the *same* class hierarchy for all contexts. Also, we don't seem to modify it. This creates a memory complexity of O(#contexts), where it really could be O(1).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)