Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 605 Bytes

2019-12-02-calc-edg-prob-perf-fix.mdx

File metadata and controls

18 lines (14 loc) · 605 Bytes
layout title date hide_table_of_contents authors
post
PoC v4 Performance Improvements OTA
2019-12-02
true
fvasquez
evanmcc

Upon activating PoC v4 at 1:50 PM PST on December 2nd we soon realized that the calc_edge_prob had become a performance bottleneck. In response, we changed the order of operations and switched from using sets to lists so the calculation is less costly.

The changes are encapsulated in blockchain-core#303.

The beta deploy was done around 5:10 PM PST and will be deployed to GA shortly.