Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] read_xyz_points works too slow

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] read_xyz_points works too slow


Chronological Thread 
  • From: Laurent Saboret <>
  • To:
  • Subject: Re: [cgal-discuss] read_xyz_points works too slow
  • Date: Fri, 18 Sep 2009 10:45:26 +0200



杨成林 a écrit :
> Hello,
> The new component "Point Set Processing" seems very useful. I compiled
> examples and found them too slow. For
> example,"read_write_xyz_point_set_example.exe" takes 16.5 seconds to
> process 1435 points. This is not tolerable, I think.
> --
> 杨成林

Hi,

On my Linux box (at 3GHz), read_write_xyz_point_set_example.exe takes 0.037
second
(measured with "time" command).

Please check that you are in release mode, i.e. that you ran cmake with the
option
"-DCMAKE_BUILD_TYPE=release".

What is your platform (OS, compiler)?

Best regards,
--
Laurent Saboret
INRIA Sophia-Antipolis




Archive powered by MHonArc 2.6.16.

Top of Page