Open xuyi33333 opened 1 month ago
Hey @xuyi33333 😊👋,
Thanks for bringing up the issue regarding the parallelism in the verification phase of our block-stm-go implementation. After reviewing the current code and some additional research, it seems the project does not currently implement multithreading or parallel processing during the verification phase within the code explicitly. Here are some insights and findings:
Insights:
Let's explore further a possible enhancement by considering the integration of Go's concurrency patterns, such as goroutines and channels, into our verification phase. What are your thoughts on this?
Hello, I noticed that the verification phase in the block-stm paper is supposed to be parallel. However, after looking at the code, I found that the verification phase in block-stm does not seem to have implemented multi-threaded validation.