Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] What's the fastest way to serialise Nef 3 poly?

Subject: CGAL users discussion list

List archive

[cgal-discuss] What's the fastest way to serialise Nef 3 poly?


Chronological Thread 
  • From: marcosscriven <>
  • To:
  • Subject: [cgal-discuss] What's the fastest way to serialise Nef 3 poly?
  • Date: Mon, 25 Mar 2013 15:56:04 -0700 (PDT)

Currently I'm relying on the << operator - for a 4000 point/1000 face poly
3, it's taking nearly a second to stream to a stringstream (I.e in memory,
not to disk).

Is there any method that would be significantly faster? I don't need it to
be in a readable format.

For instance, are there any large chunks of the object that might be
contiguous in memory I could memcpy?

Thanks

Marcos





--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/What-s-the-fastest-way-to-serialise-Nef-3-poly-tp4657024.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page