RIO benchmark results
John Arbash Meinel
john at arbash-meinel.com
Wed May 13 03:54:05 BST 2009
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Ian Clatworthy wrote:
> John Arbash Meinel wrote:
>
>> I don't know if the two of you saw my earlier post about the RIOReader.
>> It has a quadratic bit with large fields that I 'fixed'. Namely it was
>> doing:
>>
>> value = ''
>> loop:
>> value += more_text
>>
>> rather than
>>
>> value = []
>> loop:
>> value.append(more_text)
>> value = ''.join(value)
>
> I saw the reference you made to it. Still have the patch around?
> If not, Jelmer or I can make the hack. I assume it's
> _patch_stanza_iter() that needs changing? I also assume we probably
> ought to land that tweak whether rio is used for revisions or not?
>
> Ian C.
>
It was tacked on to a merge proposal following Jelmer's, and was part of
"read_stanza_unicode" IIRC.
And yeah, we probably could land it regardless.
John
=:_>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iEYEARECAAYFAkoKNk0ACgkQJdeBCYSNAANxvACfcRM/I8PXFF3TbV2OhvQfV7bN
YjcAnR+Fcq8wO40fcG/GVptnDcLQJ5D2
=Ucz7
-----END PGP SIGNATURE-----
More information about the bazaar
mailing list