Open GoogleCodeExporter opened 9 years ago
I finished my speed up. The bottleneck is not the __str__ function and I don't
know how to speed it up again.
thanks for the projects. Its really useful. I strongly suggest you to check my
speed up commits. There are many of them that you can include without making
your code uglier. There are a few that maybe you don't want to include as it
make the code a little uglier, but I kept in comment the old code, so that way
people can read it easily.
Original comment by frederic...@gmail.com
on 30 Nov 2012 at 10:02
Hi Frederic,
Sorry for not seeing this sooner. I'll check this out tonight.
ipaddr-py will be getting less and less love in the future since it's been
accepted into the python stdlib as ipaddress. The api for ipaddress is slightly
different (hence the different name) but will be familiar to anyone used to
ipaddr.
Original comment by pmo...@google.com
on 10 Dec 2012 at 11:42
Hi,
thanks for looking at this. It would be useful to tell that in the main page
what you said and telling that ipaddress is included in Python 3.3. We are
still using python 2.X here, so your library will still be useful for some
times. I think many project still don't support python 3.
Original comment by frederic...@gmail.com
on 20 Dec 2012 at 2:12
Original issue reported on code.google.com by
frederic...@gmail.com
on 7 Nov 2012 at 4:57