Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Superfluous py::call_guard.
[simgrid.git] / ChangeLog
index a93aef7..42bffde 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,10 @@ S4U:
  - Activity::set_remaining() is not public anymore. Use for example
    Comm::set_payload_size() to change the size of the simulated data.
 
+Kernel:
+ - optimize an internal datastructure, leading to a potentially big
+   performance gain (in particular with many detached comms)
+
 MPI:
  - New option smpi/barrier-collectives to add a barrier to some collectives
    to detect dangerous code that /may/ work on some MPI implems.