twitter / GraphJet

GraphJet is a real-time graph processing library.
Apache License 2.0
713 stars 111 forks source link

Jjiang/change big int array rb1 #76

Closed jerryjiangabc closed 7 years ago

jerryjiangabc commented 7 years ago

Support int[] metadata in BigIntArray. ShardedBigIntArrayTest passes.

This rb only has changes related to BigIntArray. Temporarily, I set the metedataSize in RegularDegreeEdgePool to 2, IntToIntPairArrayIndexBasedMap and IntToIntPairConcurrentHashMap to 0. In the follow up rbs, the metadaaSize in RegularDegreeEdgePool will be a parameter in its constructor.