neo4j-contrib / neo4j-graph-algorithms

Efficient Graph Algorithms for Neo4j
https://github.com/neo4j/graph-data-science/
GNU General Public License v3.0
767 stars 196 forks source link

Huge community #896

Closed knutwalker closed 5 years ago

knutwalker commented 5 years ago

Possible fix for #887 – instead of collection into a int-sized LongLongMap, we use a HugeLongLongMap, which works just like the int version, except its using Huge(Long|Double)Arrays as the underlying storage and can hold more than 2bn values. We need to check if this still performs adequately.