Fastest way to perform subset test operation on a large collection of sets with same domain

后端 未结 6 730
名媛妹妹
名媛妹妹 2021-02-10 02:26

Assume we have trillions of sets stored somewhere. The domain for each of these sets is the same. It is also finite and discrete. So each set may be stored as a bit field (eg: 0

6条回答
  •  猫巷女王i
    2021-02-10 02:53

    A quick glance make me think of BDDs - which is somewhat along the idea of the DAG solution. Alternatively a ZDD.

提交回复
热议问题