Some folks in #mercurial @ freenode.net just repeated the tests, so we have now a bit more stable data.
The evaluation shows the following:
I repeatet my test with the provided Python 2.x repos from the DVCS PEP for Python to check the performance of Bazaar and Mercurial.
All these tests are done only once with some mostly constant load, so they don't qualify as scientific tests, but they give a good impression of the differences between Bazaar (bzr) and Mercurial (hg).
Versions:
- Bazaar 1.10
- Mercurial 1.1
This comparision should be fair since Bazaar 1.10 is more recent, but Mercurial 1.1 is a major release.
I just did a test with the provided Python 2.x repos from the DVCS PEP for Python to check the performance of Bazaar and Mercurial.
(this is a slightly changed version of a mail posted to the mercurial list: http://selenic.com/pipermail/mercurial/2008-November/022199.html )
All these tests are done only once with some mostly constant load, so they don't qualitfy as scientific tests, but they give a good impressing of the differences between Bazaar (bzr) and Mercurial (hg).
Versions:
- Bazaar 1.5
- Mercurial 1.0.2
These are the ones which are marked as stable in my Gentoo tree (amd64).
Ich habe getestet, ob es einen Geschwindigkeitsunterschied zwischen zwei Arten des for loops über eine Liste von tuples gibt:
liste_von_tuples = [(1, 2), (3, 4), (5, 6)]
Es gibt 100.000 tuple, und jeder tuple enthält 2 Zufallszahlen.
Art 1:
for i in liste_von_tuples: res.append(i[1])
Art 2:
for i, j in liste_von_tuples: res.append(j)
Ich habe ein paar kleine "Tests" zu Gnutella gemacht.
"Test" ist in Anführungszeichen, weil diese Tests nur Stichproben sind und daher keine Statistisch signifikante Aussage haben.
Aber ich dachte, sie könnten trotzdem interessant sein.
Mit Einschränkung: Es werden nur Dateien über 20MiB angezeigt.
Suche nach "anime":
4s, bis die ersten Ergebnisse kommen, 6s bis eine recht große Menge da ist. Nach etwa 30s fließen nur noch wenige neue Ergebnisse rein.