libbvg icon indicating copy to clipboard operation
libbvg copied to clipboard

A C implementation of a Boldi-Vigna graph decompressor

Results 15 libbvg issues
Sort by recently updated
recently updated
newest added

The example in the README has the following line: ~~~~ printf("node %i has degree %d\n", git.curr); ~~~~ There are two conversion specifiers (%i and %d) in the call to printf(),...

This should convert to BADJ graphs with up to 2^32 nodes, not 2^32 edges.

@yuyongyang800 can you try and reproduce something for me? checkout the branch eflist-refactor. then run eflist_perf ../data/harvard500.offsets 100000 On my mac, this runs at 6000 offsets/sec On my linux box,...

for instance, read_unary will return something strange if it runs out of bits.

Had to disable networkx test to get travis building. Should fix this soon!

We should be able to package libbvg for debian too. https://wiki.debian.org/HowToPackageForDebian

We should be able to use the matvec operations in pylibbvg too!