in reply to Working with large amount of data
It seems that the biggest index that can be handled by Perl vec() built-in is 2**31 - 1, so, as a work around you could use two vectors, one for IPs in the range 0 to 0x7fffffff, and other for 0x80000000 to 0xffffffff.
|
|---|