[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Antwort: Re: cvs2svn.py fails converting repository with the attached file

From: Stefan Monnier <monnier+gmane.comp.version-control.subversion.devel/news/_at_cs-www.cs.yale.edu>
Date: 2003-06-28 00:00:55 CEST

> Using python strings, it took *forever*, because += makes copies.

It's not just that it makes copies, but that the time to process
+= is proportional to the size of the result, so you get
quadratic behavior in the number of lines: no wonder it's slow.

        Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jun 28 00:11:32 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.