Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
2004-11-15 Arnaud Legrand
authoralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 15 Nov 2004 22:38:17 +0000 (22:38 +0000)
committeralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 15 Nov 2004 22:38:17 +0000 (22:38 +0000)
commit52cddda5c1a09052e77cfab8021f270000561e71
treee2f55f2865b219cbad07eb3b790eedf00da8d411
parenta3ca346623c1565323a0f30e96b99ca519ceee33
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