private-attribution / ipa

A raw implementation of Interoperable Private Attribution
MIT License
40 stars 23 forks source link

IPA hangs when number of active items > 1024 #797

Open akoshelev opened 11 months ago

akoshelev commented 11 months ago

Running IPA on large inputs (20k) would yield better throughput if there are more rows processed in parallel. However, it is currently not possible due to some unknown issue. Setting the limit higher than 1024 hangs IPA even when number of rows in the input >> 1024.

akoshelev commented 3 months ago

I think it is another instance of #1085