Done -Tim
Done
> By the way, which libraries are others using for large integers?
For Ruby and Python programmers, it's built-in :) -T
> Given a dataset with 218 million entries, unless you're doing something a
> little odd you don't even need to go to 64 bit integers to count them, let
> alone multiple precision. 2**64 is enough to count every person on the
> planet visiting a url once a second for a century; ongoing is popular, but
> not *that* popular.
You need 64 bit for the byte counts, unless you use a fixed point type
somehow. But since you can do that within a 32 bit process, I agree it
probably isn't an issue.
J
--
/--------------------------------------------------------------------------\
James Aylett xapian.org
ja...@tartarus.org uncertaintydivision.org