Fantom-foundation / Sonic

go-opera fork for Carmen and Tosca integration
GNU Lesser General Public License v3.0
14 stars 16 forks source link

Faster vector clock #161

Open uprendis opened 2 months ago

uprendis commented 2 months ago

Replace vecmt with vecclock:

Performance test for epochs 15000-15100: Before: 135.3s After: 79.3 (1.7x speedup)

This metric includes only event processing (saveAndProcessEvent) without block processing in offline mode. Let me know if you get inconsistent results with this one The optimization depends on number of validators. The more validators, the larger the improvement