Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Slow Polyhedron Clear Time and Problems with Kernels

Subject: CGAL users discussion list

List archive

[cgal-discuss] Slow Polyhedron Clear Time and Problems with Kernels


Chronological Thread 
  • From: titan99 <>
  • To:
  • Subject: [cgal-discuss] Slow Polyhedron Clear Time and Problems with Kernels
  • Date: Sun, 30 Jan 2011 01:51:45 -0800 (PST)


(Sorry for the bad english)

I measured the time with the incremental_Builder for Polyhedron_3 and the
.clear() Function witch is called also from the Destructor of Polyhedron_3.
I don't understand why the clear Function is much slower as to build the
Polyhedron, and why it is slower to Build the Polyhedron again after it is
cleared.

Times with the Exact_predicates_exact_constructions_kernel at 16896 Facets:
First:
Build: 310ms
Clear: 4444ms
Second:
Build: 1532ms
Clear: 3104ms

Times with the CGAL::Cartesian<double> Kernel at 16896 Facets:
First:
Build: 271ms
Clear: 7330ms
Second:
Build: 971ms
Clear: 5638ms

I need both Kernels because i want to use the 3D-Boolean-Operations and the
3D-Subdivison-Methods.

Does someone know how i can solve the problem and make it faster?

Greeting titan99
--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Slow-Polyhedron-Clear-Time-and-Problems-with-Kernels-tp3246996p3246996.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page