wallet-cli icon indicating copy to clipboard operation
wallet-cli copied to clipboard

Parallize fetching_notes

Open Daksh14 opened this issue 1 year ago • 0 comments

Since we have a fix amount of addresses (255) to calculate the vk(s) for we can split that number with https://docs.rs/num_cpus/latest/num_cpus/

Once we do that we can spawn a rayon thread to parallize part of each address chunk

Daksh14 avatar Jul 02 '23 18:07 Daksh14