mirror of https://github.com/CGAL/cgal
more TODOs
This commit is contained in:
parent
fd690183a7
commit
b6ca2c7536
|
|
@ -31,6 +31,8 @@
|
|||
//
|
||||
// TODO :
|
||||
// - detect and handle recursion nicely (currently it accumulates recursive times).
|
||||
// - parallel versions : per-thread and summing on all threads.
|
||||
// - Timer vs Real_timer ?
|
||||
|
||||
#include <CGAL/config.h>
|
||||
#include <iostream>
|
||||
|
|
|
|||
Loading…
Reference in New Issue