cgal/Triangulation_3
Laurent Rineau 535c5bb5b2 Speed-up Triangulation_3::read_cells...
... by a factor 5 for big triangulations! The old code was using:

    std::map<size_t, Vertex_handle> V;
    std::map<size_t, Cell_handle> C;

whereas the indices are contiguous: from 0 to n. `std::vector` is a lot
better for that use case!
2016-04-06 16:03:55 +02:00
..
benchmark/Triangulation_3 Merge pull request #385 from cjamin/CGAL_headers_only-gdamiand_cjamin 2015-10-13 16:37:38 +02:00
demo request Core only in examples, tests and demos when really needed 2016-03-07 22:36:57 +01:00
doc/Triangulation_3 fix typo 2016-03-01 21:59:05 +01:00
examples/Triangulation_3 request Core only in examples, tests and demos when really needed 2016-03-07 22:36:57 +01:00
include/CGAL Speed-up Triangulation_3::read_cells... 2016-04-06 16:03:55 +02:00
package_info/Triangulation_3
test/Triangulation_3 request Core only in examples, tests and demos when really needed 2016-03-07 22:36:57 +01:00
TODO
dont_submit various 2016-01-05 18:14:03 +01:00