From 52cddda5c1a09052e77cfab8021f270000561e71 Mon Sep 17 00:00:00 2001 From: alegrand Date: Mon, 15 Nov 2004 22:38:17 +0000 Subject: [PATCH 1/1] 2004-11-15 Arnaud Legrand - Trace manager now written. It uses a heap structure and is therfore expected to be efficient. It may however be speed up (particularly when many events occur at the same date) by using red and black trees. One day maybe... - Max-min linear system solver written. It uses a sparse matrix structure taking advantage of its expected use. Most operations are O(1) and free/calloc are called as few as possible. The computation of the minimum could however be improved by using a red and black tree (again ! ;). Now, it is time to rewrite a really modular version of SimGrid aka SURF. SimGrid 3 wil denote the formerly known MSG+SG. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@513 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index 24947c0532..eb463794cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2004-11-15 Arnaud Legrand + - Trace manager now written. It uses a heap structure and is therfore + expected to be efficient. It may however be speed up (particularly + when many events occur at the same date) by using red and black + trees. One day maybe... + - Max-min linear system solver written. It uses a sparse matrix + structure taking advantage of its expected use. Most operations are + O(1) and free/calloc are called as few as possible. The computation of + the minimum could however be improved by using a red and black tree + (again ! ;). + 2004-11-03 Arnaud Legrand - Rename every gras_* function that was in xbt/ to its xbt_ counterpart. -- 2.20.1