[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Bit ops (why functions are non optimal)
- From: "Mike Panetta" <panetta.mike@...>
- Date: Fri, 22 Sep 2006 14:43:58 -0400
Well, one *could* just take the C approach and make an ipv6 version of the library. ;)
Mike
On 9/22/06, Rici Lake <lua@ricilake.net> wrote:
IP addresses are a typical case of why bitwise ops limited to k bits
(where k is some unknown number < 64) are a bad idea.
What happens when you start upgrading that code to IPv6? 128-bit
addresses, hmmm :)
R.