Visa-Research / volepsi

Efficient Private Set Intersection base on VOLE
MIT License
98 stars 31 forks source link

The performance described in the paper is not achieved #10

Closed 982945902 closed 1 year ago

982945902 commented 1 year ago

here are my test result:

截屏2022-12-09 下午8 06 06

execute commands: csv: ./frontend -in data_A_csv.csv -r 0 -out data_out_A_csv.csv -csv ./frontend -in data_B_csv.csv -r 1 -out data_out_B_csv.csv -csv

bin: ./frontend -in data_A_bin -r 0 -out data_out_A_bin -bin ./frontend -in data_B_bin -r 1 -out data_out_B_bin -bin

ladnir commented 1 year ago

The benchmark were obtained using the psi benchmark example code. See the help info of the executable. Although the multithreading benchmark for some reason isn't there anymore.

Secondly, you have to use silver lpn. This is off by default. Again, see the help info.

982945902 commented 1 year ago

The benchmark were obtained using the psi benchmark example code. See the help info of the executable. Although the multithreading benchmark for some reason isn't there anymore.

Secondly, you have to use silver lpn. This is off by default. Again, see the help info.

thank you very much, i had try sliver that preformance had greate improve