halo2
halo2 copied to clipboard
backlog: speedup vk pk gen with multi thread
eg: https://github.com/privacy-scaling-explorations/halo2/blob/f586922d19c3c96ffcec4adbe1790132565ffba6/halo2_proofs/src/plonk/permutation/keygen.rs#L110 it loop from 0 to 1<<k with single thread.
PR is here #88
@pinkiebell picked this up from their branch. We should make a PR with the improvements that you did. Could you? Otherwise we will do it!
@CPerezz Will do 👍