Friday, July 10, 2009

C++ Web Graph library for g++ 4.3.2 on ubuntu (dis)

Ported the Dis library to g++ 4.3.2 on ubuntu.

I hate all the recent syntactical C++ changes. At the same time, I love all the recent C++ changes they produced. Sigh! porting can be rather bothering at times!!

2 comments:

  1. did you consider using the C++/BGL
    version of the webgraph library ?
    http://webgraph.dsi.unimi.it/#webgraph++
    (uses Boost BGL)

    Webgraph has excellent graph compression, which seems key for large graphs.

    regards
    jose

    ReplyDelete
  2. I know it, but here I was much more interested in web graph measurament instead of compression.

    ReplyDelete