microsoft / APSI

APSI is a C++ library for Asymmetric (unlabeled or labeled) Private Set Intersection.
MIT License
186 stars 42 forks source link

Parameters setting of the experiments in paper #41

Closed Katherine-101 closed 1 year ago

Katherine-101 commented 1 year ago

image Which set of parameters configuration is used in the experiment in Table 4 of the paper?

I want to know how to set the parameters when |X| = 1000000, |Y| = 1, label size = 16 / 32 bytes for the best performance. I tried parameters/1M-1-32.json, but it doesn't seem to achieve the performance shown in the table.

kimlaine commented 1 year ago

I suppose you are talking about runtime. Do you get the correct communication complexity? If so, then at least the parameter setting is correct. Maybe the machine you are running it on is just different?