This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients kristjan.jonsson, larry, loewis, pitrou, serhiy.storchaka, vajrasky, vstinner
Date 2015-02-06.14:11:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423231875.67.0.948182127014.issue20416@psf.upfronthosting.co.za>
In-reply-to
Content
Here are new results with corrected marshalbench.py (more precise and with recalculated total size):

Without the patch:
ver.  dumps   loads      size
              746.5   19971.2
0     669.1  1149.2   26202.9
1     682.0  1130.1   26202.9
2     652.0  1134.8   26202.4
3     920.8   757.9   21316.7
4     771.2   691.4   19971.2

With marshal3_numbers.patch:
3     894.6   778.4   21321.6
4     733.1   704.2   19976.2

With marshal_refs_by_value_3.patch:
3     687.6   777.7   21310.3
4     535.5   701.5   19966.3

With marshal_hashtable.patch:
3     656.0   764.2   21316.7
4     512.9   696.6   19971.2
History
Date User Action Args
2015-02-06 14:11:15serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, pitrou, kristjan.jonsson, vstinner, larry, vajrasky
2015-02-06 14:11:15serhiy.storchakasetmessageid: <1423231875.67.0.948182127014.issue20416@psf.upfronthosting.co.za>
2015-02-06 14:11:15serhiy.storchakalinkissue20416 messages
2015-02-06 14:11:15serhiy.storchakacreate