mbojan / rgraph6

Encoding graphs in graph6, sparse6, and digraph6 formats
https://mbojan.github.io/rgraph6/
GNU General Public License v3.0
12 stars 3 forks source link

Support larger graphs #7

Closed mbojan closed 4 years ago

mbojan commented 7 years ago

Seems like the graph6 format supports larger graphs now http://users.cecs.anu.edu.au/~bdm/data/formats.txt

schochastics commented 4 years ago

I'd be very interested in this! I'll try to extend it since I kind of need it at the moment

mbojan commented 4 years ago

Yes please! I dusted it off (I wrote first version 11 years ago =:o !!) and it turns out it does not pass the check anymore. I moved to Rcpp and ended-up fighting memory corruption errors (I think). I'm C/C++ layman so it is flying blind for me a bit.

It will be awesome 🥇 if you could have a look and help me fix/extend it!!

mbojan commented 4 years ago

@schochastics I mean #9

schochastics commented 4 years ago

11 years ago I didnt even know what R was :joy:. I too am not very good with C/C++ but I give it a shot and report back