Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] How to improve the speed of polygons offsetting in CGAL?

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] How to improve the speed of polygons offsetting in CGAL?


Chronological Thread 
  • From: Fernando Cacciola <>
  • To:
  • Subject: Re: [cgal-discuss] How to improve the speed of polygons offsetting in CGAL?
  • Date: Mon, 30 Aug 2010 12:28:42 -0300
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type; b=goMQejcCUTji3+SAWgQFERT2JIn1TPeDZpcSp3k3rLwiDP86G29uYYK0J/LAKz/69T VMZUtEpsxYWoRmZ10TW+tTZSSzOKaW7p/Ia9yCIiVzg/PvmGQKESbeCgKiTyeq4jWj+1 iAZdirAFUp5ukUmqeGWYj0wSBJAtZ7mizCxIY=

Hi,

Can you try building CGAL and your code with the following macros defined:

_SECURE_SCL=0
NDEBUG

That running time you are reporting looks 10 times slower than it should.

Best

--
Fernando Cacciola
SciSoft Consulting, Founder
http://www.scisoft-consulting.com



Archive powered by MHonArc 2.6.16.

Top of Page