I\'m required to hold, in memory, and look-up through one million uniformly distributed integers. My workload is extremely look-up intensive. My current implementation u
There are some Java implementation of Sets for Integers with reduced memory consumption in the Github project LargeIntegerSet.