[
https://issues.apache.org/jira/browse/GIRAPH-1167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16324967#comment-16324967
]
ASF GitHub Bot commented on GIRAPH-1167:
----------------------------------------
GitHub user dlogothetis opened a pull request:
https://github.com/apache/giraph/pull/56
Add Long2ByteHashMapEdges implementation
Add implementation of Long2ByteHashMapEdges, similar to
Long2DoubleHashMapEdges.
https://issues.apache.org/jira/browse/GIRAPH-1167
Test:
- unit tests
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dlogothetis/giraph long2byte_edges
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/giraph/pull/56.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #56
----
commit 5f2b396e7a14e3dde7e4ddbb2a7f7536fd533b0e
Author: Dionysios Logothetis <dlogothetis@...>
Date: 2018-01-13T05:00:55Z
Add Long2ByteHashMapEdges implementation
----
> Add Long2ByteHashMapEdges implementation
> ----------------------------------------
>
> Key: GIRAPH-1167
> URL: https://issues.apache.org/jira/browse/GIRAPH-1167
> Project: Giraph
> Issue Type: New Feature
> Reporter: Dionysios Logothetis
> Priority: Minor
>
> Memory efficient OutEdges implementation to hold long IDs and byte values.
> This is similar to the existing Long2DoubleHashMapEdges implementation.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)