convex
convex copied to clipboard
Multi-core Signature verification
Currently all Signature verification is done on a single thread. This is a bottleneck towards achieving optimal performance levels in terms of transaction throughput.
Should do concurrent signature verification on all available cores if required with a thread pool or similar technique.