cgal/Filtered_kernel
Marc Glisse bf0a42d740 lock-like protection for update_exact
The exact choice of memory_order_* is hard, and even for versions that
seem to work on x86_64 TSAN complains like crazy.

TODO: a version that, instead of blocking if another thread is updating,
also does the computation, with suitable protection to ensure that
pruning the tree cannot happen while anyone is computing on it.

TODO: try having AT in Lazy instead of Lazy_rep (i.e. not shared) to
avoid the indirection. We can possibly choose one or the other depending
on the type.
2020-11-13 19:39:24 +01:00
..
archive/include/CGAL extra run of the script to remove tabs and trailing whitespaces 2020-03-26 14:16:06 +01:00
benchmark/Filtered_kernel extra run of the script to remove tabs and trailing whitespaces 2020-03-26 14:16:06 +01:00
developer_scripts
examples/Filtered_kernel extra run of the script to remove tabs and trailing whitespaces 2020-03-26 14:16:06 +01:00
include/CGAL lock-like protection for update_exact 2020-11-13 19:39:24 +01:00
package_info/Filtered_kernel Commit all new dependencies files 2018-03-06 18:44:48 +01:00
test/Filtered_kernel extra run of the script to remove tabs and trailing whitespaces 2020-03-26 14:16:06 +01:00
TODO