Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Smallest kernel

Subject: CGAL users discussion list

List archive

[cgal-discuss] Smallest kernel


Chronological Thread 
  • From: Ben Supnik <>
  • To:
  • Subject: [cgal-discuss] Smallest kernel
  • Date: Sun, 23 Aug 2009 13:41:01 -0400

Hi Y'all,

I am currently using

CGAL::Filtered_kernel<
CGAL::Simple_cartesian<
CGAL::Lazy_exact_nt<
CGAL::Quotient<
CGAL::MP_Float
> > > > >

As my kernel (I need exact constructions and predicates). This has been the fastest kernel combo from the variants I tried.

But...my app (due to other code) has to be 32-bit and some of my datasets are right up on the edge of running out of memory.

Can anyone suggest a kernel that would also be exact for constructions but more space efficient? And what kind of time penalty might I pay?

(I could run build two versions of my app - a "fast" and a "small" version...only a few of my input files can blow out memory.)

In particular, I am doing overlays of arrangements, which means that at the end I have 2x the amount of data that I really need.

cheers
Ben


--
Scenery Home Page: http://scenery.x-plane.com/
Scenery blog: http://xplanescenery.blogspot.com/
Plugin SDK: http://www.xsquawkbox.net/xpsdk/
X-Plane Wiki: http://wiki.x-plane.com/
Scenery mailing list:

Developer mailing list:




Archive powered by MHonArc 2.6.16.

Top of Page