sgifford has asked for the wisdom of the Perl Monks concerning the following question:
We're trying to do graph operations on a large collection of Web pages and links. We've experimented on a small scale with the Graph module, but the data set we need to work with looks like it would take up about 25GB, which is (somewhat unsurprisingly) more memory than we have.
Does anybody have any suggestions for how we could make this work? For example, a disk-based implementation of the Graph class? Or could we create a 25GB file, mmap it, then tell Perl to use that as backing store?
Any suggestions are appreciated!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Working with a huge Graph object
by Zaxo (Archbishop) on Dec 02, 2003 at 02:19 UTC | |
by sgifford (Prior) on Dec 02, 2003 at 05:08 UTC | |
|
Re: Working with a huge Graph object
by demerphq (Chancellor) on Dec 02, 2003 at 17:59 UTC | |
|
Re: Working with a huge Graph object
by etj (Priest) on Jun 26, 2022 at 00:43 UTC | |
|
Re: Working with a huge Graph object
by sth (Priest) on Dec 03, 2003 at 00:11 UTC | |
|
Re: Working with a huge Graph object
by tzz (Monk) on Dec 03, 2003 at 16:55 UTC | |
by sgifford (Prior) on Dec 03, 2003 at 21:12 UTC |