Yuksel Akinci created GIRAPH-1151:
-------------------------------------

             Summary: Avoid message value factory initialization in Apache 
Giraph
                 Key: GIRAPH-1151
                 URL: https://issues.apache.org/jira/browse/GIRAPH-1151
             Project: Giraph
          Issue Type: Improvement
            Reporter: Yuksel Akinci


Messages in Giraph are instantiated using a "message value factory" class. 
Currently the message value factory gets instantiated every time a message is 
sent, which is unnecessary and can cause high overhead if the message value 
factory constructor contains expensive operation. Factory objects are  be saved 
to avoid repeated expensive object creations.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to