VHRanger / CSRGraph

A tiny library for large graphs
MIT License
111 stars 17 forks source link

modified data format for faster computing #10

Closed bbchen33 closed 2 years ago

VHRanger commented 3 years ago

Why did you close it?

Optimizing for graphs with less than UINT16_MAX nodes is a worthwhile feature I think.

It could be merged if we add unit tests to make sure it's well supported.

bbchen33 commented 3 years ago

Hi, I was trying to do it in the forked repo but accidentally did a PR in the original repo. It was quick and dirty so may need to optimize it.

VHRanger commented 2 years ago

Feature Added