CVSROOT: /cvs/ppl
Module name: ppl
Changes by: zaffanella(a)cs.unipr.it 2002-11-29 10:29:38
Modified files:
src : conversion.cc
Log message:
Implemented a more efficient way to keep the sortedness of Matric `source',
requiring max source_num_rows - 1 swaps of the rows in source.
The new code is controlled by pre-proc flag KEEP_SOURCE_SORTEDNESS,
which is now set to 0 (i.e., still using old code).
Patches:
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/conversion.cc.diff?cvsroo…
CVSROOT: /cvs/ppl
Module name: ppl
Changes by: zaffanella(a)cs.unipr.it 2002-11-28 14:22:30
Modified files:
src : conversion.cc
Log message:
Added (a preprocessing controlled and now disabled) alternative code
for the removal of rows in Matrix `source' that are found to be redundant.
The alternative code does keep the sortedness of `source'.
Patches:
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/conversion.cc.diff?cvsroo…
CVSROOT: /cvs/ppl
Module name: ppl
Branch: lazy
Changes by: zaffanella(a)cs.unipr.it 2002-11-28 14:19:06
Modified files:
src : conversion.cc
Log message:
Added (a preprocessing controlled and now disabled) alternative code
for the removal of rows in Matrix source that are found to be redundant.
The alternative code does keep the sortedness of source.
Patches:
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/conversion.cc.diff?cvsroo…
CVSROOT: /cvs/ppl
Module name: ppl
Branch: lazy
Changes by: ericci(a)cs.unipr.it 2002-11-27 18:10:45
Modified files:
src : conversion.cc
Log message:
Improve the last part of conversion: now we check if the
sorted matrix `dest' is really sorted and then we update
`index_first_pending' of `dest'.
Patches:
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/conversion.cc.diff?cvsroo…