[BGL]: Getting the space used by a graph
15 Dec
2005
15 Dec
'05
11:19 a.m.
Hi, how can I accurately measure the memory used by an adjacency_list (per node, per edge, per property, overall)? Best regards Nicola Vitacolonna
20 Dec
20 Dec
11:05 p.m.
On Dec 15, 2005, at 6:19 AM, Nicola Vitacolonna wrote:
Hi, how can I accurately measure the memory used by an adjacency_list (per node, per edge, per property, overall)?
Actually, we don't have a good way to do that... but it would be a really great idea! We could add static methods to the adjacency_list template to count the overhead per vertex, per edge, and per graph. I've added this to the challenge list; perhaps someone will take a shot at implementing it. Doug
6904
Age (days ago)
6909
Last active (days ago)
1 comments
2 participants
participants (2)
-
Douglas Gregor
-
Nicola Vitacolonna