A space efficient data structure to store and look-up through a large set of (uniformly distributed) Integers

后端 未结 7 2160
悲哀的现实
悲哀的现实 2021-01-06 22:28

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

7条回答
  •  借酒劲吻你
    2021-01-06 22:59

    There are some Java implementation of Sets for Integers with reduced memory consumption in the Github project LargeIntegerSet.

提交回复
热议问题