Dionysios Logothetis created GIRAPH-1250: --------------------------------------------
Summary: ByteArrayEdges implementation that supports arbitrarily large number of edges Key: GIRAPH-1250 URL: https://issues.apache.org/jira/browse/GIRAPH-1250 Project: Giraph Issue Type: Improvement Reporter: Dionysios Logothetis The current implementation of ByteArraEdges limits the number of edges that can be added to a vertex. This is a result of the fact that we use a simple byte array underneath to store the serialized edges the size of the array is limited by Integer.MAX_VALUE. -- This message was sent by Atlassian Jira (v8.3.4#803005)