[issue21487] Assorted ipaddress performance improvements

Antoine Pitrou report at bugs.python.org
Mon May 12 22:04:23 CEST 2014


New submission from Antoine Pitrou:

Now that issue #16531 has been committed, it becomes possible to make some operations faster. Attached patch makes summarize_address_range() ~2x faster and Network.subnets() ~4x faster.

----------
components: Library (Lib)
files: ipaddr_perf.patch
keywords: patch
messages: 218357
nosy: ncoghlan, pitrou, pmoody
priority: normal
severity: normal
stage: patch review
status: open
title: Assorted ipaddress performance improvements
type: performance
versions: Python 3.5
Added file: http://bugs.python.org/file35234/ipaddr_perf.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21487>
_______________________________________


More information about the Python-bugs-list mailing list