A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2001-October/017715.html below:

[Python-Dev] Performance of various marshallers

[Python-Dev] Performance of various marshallersPaul Prescod paul@ActiveState.com
Tue, 02 Oct 2001 15:19:05 -0700
Fredrik Lundh wrote:
> 
>...
> 
> the _xmlrpclib accelerator (see the xmlrpclib.py source) uses expat,
> with a really fast C layer.  judging from Skip's benchmarks, expat is a
> bit slower than the py-xmlrpc parser (which is why I asked).

I have a feeling py-xmlrpc will slow down a bit when it is
internationalized:

	if (strncmp(*cp, "<int>", 5) == 0)
		res = decodeInt(cp, ep, lines);
	else if (strncmp(*cp, "<i4>", 4) == 0)
		res = decodeI4(cp, ep, lines);
   ....

 Paul Prescod



RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4