monotone-commits-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-commits-diffs] Revision aeca75a7253f6ce64dbe6f485718e4c2bd292b


From: monotone
Subject: [Monotone-commits-diffs] Revision aeca75a7253f6ce64dbe6f485718e4c2bd292b1b
Date: Sat, 24 Nov 2007 21:08:08 +0100

-----------------------------------------------------------------
Revision: aeca75a7253f6ce64dbe6f485718e4c2bd292b1b
Ancestor: 8c1c3568c8a316facbad9d38f6e51140641fdf08
Author: address@hidden
Date: 2007-11-24T15:56:04
Branch: net.venge.monotone.cvsimport-branch-reconstruction

Modified files:
        rcs_import.cc

ChangeLog: 

* Moved all dependency information into a vectors of cvs_history,
  instead of letting every single event keep track of its dependencies.
  Again, this should reduce memory consumption for cvs_events,
  especially for symbols, which mostly have only one dependency and
  one dependent.
  Dependencies are now kept in vectors, which are kept sorted after the
  very first RCS reading and collection of events and dependencies. From
  that point on, we need to be able to access dependencies and
  dependents of a single blob with lower_bound() and upper_bound().

Attachment: txtNApc1ZrMGM.txt
Description: Diff [8c1c3568c8a316facbad9d38f6e51140641fdf08] -> [aeca75a7253f6ce64dbe6f485718e4c2bd292b1b]


reply via email to

[Prev in Thread] Current Thread [Next in Thread]