Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Edge with info

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Edge with info


Chronological Thread 
  • From: Daniel Duque <>
  • To:
  • Subject: Re: [cgal-discuss] Edge with info
  • Date: Tue, 3 Nov 2009 13:19:06 +0100
  • Organization: UPM

Hello,

> If I've understood your approach right you will end up storing the
> information in each of the incident cells of an edge, right? This might
> cause non-negligible memory overhead.

Yes, my idea is a waste of memory.

> As Sylvain suggested you can of course trade memory overhead against
> running time using a map.

Of course, the all-powerful STD map! That is clearly the way to go (CPU time
is not an issue, the bottleneck is somewhere else, and is at least O(N)^2 or
so).

Thanks, everyone

Daniel

--
Nueva dirección de e-mail!



Archive powered by MHonArc 2.6.16.

Top of Page