Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(4)

Issue 67107: collapse_address_list is too slow

Can't Edit
Can't Publish+Mail
Start Review
Created:
8 months, 2 weeks ago by Matthew Flanagan
Modified:
5 months ago
Reviewers:
CC:
SVN Base:
http://ipaddr-py.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Patch Set 1

Patch Set 2 : uncommented new code

Patch Set 3 : removed range notation

Total comments: 2

Patch Set 4 : New patch to work with 2.0.x branch. Added _hash_() method to BaseIP class for set() to work.

Patch Set 5 : Up to 2x faster version of previous patch.

Patch Set 6 : Treat a list of /32 or /128 Networks as IP addresses so collapse_address_list can summarize them.

Total comments: 6

Patch Set 7 : Fixes for comments on Patch Set 6

Unified diffs Side-by-side diffs Delta from patch set Stats Patch
M ipaddr.py View 1 2 3 4 5 6 7 chunks 205 lines 0 comments Download
M ipaddr_test.py View 1 2 3 4 chunks 118 lines 0 comments Download

Messages

Total messages: 10
Peter Moody
Matt, can you upload a patch against the current version? there have been some updates ...
8 months, 1 week ago
Peter Moody
can you fix up the docstrings here to be more explicit about Args: Returns: etc? ...
8 months, 1 week ago
Matthew Flanagan
5 months, 3 weeks ago
Matthew Flanagan
Patchset 5 is up to 2x faster than Patchset 4: $ python summarize_test.py summarize_address_range(IP('0.0.0.0',host=True),IP('255.255.255.254',host=True)): 27.5853071213 ...
5 months, 3 weeks ago
Matthew Flanagan
5 months, 3 weeks ago
Peter Moody
http://codereview.appspot.com/67107/diff/2006/2008 File ipaddr.py (right): http://codereview.appspot.com/67107/diff/2006/2008#newcode252 Line 252: raise IPTypeError("first and last must be IP addresses ...
5 months, 3 weeks ago
Matthew Flanagan
Fixes in Patch Set 7 http://codereview.appspot.com/67107/diff/2006/2008 File ipaddr.py (right): http://codereview.appspot.com/67107/diff/2006/2008#newcode252 Line 252: raise IPTypeError("first and ...
5 months, 3 weeks ago
Matthew Flanagan
5 months, 3 weeks ago
Peter Moody
On 2009/08/21 01:02:12, Matthew Flanagan wrote: > LGTM. i'll apply/commit this.
5 months, 3 weeks ago
Peter Moody
5 months ago

          
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld r511