RAPLER / dst-1

Combine basic probability assignments with Dempster's rule of combination
6 stars 3 forks source link

Feature request: fast set intersection #18

Open garyzhubc opened 1 year ago

garyzhubc commented 1 year ago

Set intersection seems like a standard operation that can be speeded up and stored efficiently. I'm currently looking into ways to make this faster.

garyzhubc commented 10 months ago

One suggestion is to use hashset data structure so one can achieve constant look-up. For instance, https://cran.r-project.org/web/packages/sets/.