zkMIPS / zkm

The universal zkVM empowering Ethereum as the Global Settlement Layer
https://zkm.io
MIT License
105 stars 50 forks source link

Parallelize the convesion from trace data to table. #119

Open eigmax opened 7 months ago

eigmax commented 7 months ago

From the timing message, the conversion from trace data to table takes code about half of the total time of generate_traces, and all the conversions can be performed parallelly.

The plonky2_maybe_rayon code is a good option.

eigmax commented 5 months ago

Others: 1,generate_partial_witness ;2,full witness