Commit Graph

6 Commits

Author SHA1 Message Date
Laurent Rineau 0b6ca83cd8 Merge pull request #996 from afabri/Triangulation_3-accelerate_print_cells-GF
Accelerate TDS_3::print_cells()
2016-04-14 15:13:51 +02:00
Andreas Fabri c84016fc67 Switch to Unique_hash_map 2016-04-11 18:11:30 +02:00
Andreas Fabri e36d199738 Use Uniue_hash_map instead of std::map; Replace endl 2016-04-11 17:19:56 +02:00
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
Andreas Fabri 1a4faa8575 Merge branch 'CGLAL-thread_local_storage-GF-old' into CGLAL-thread_local_storage-GF 2015-10-01 10:03:04 +02:00
Andreas Fabri 91543fd382 move header files to TDS_2 and TDS_3 2015-08-23 15:36:12 +02:00