You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per @adiabat's suggestion, I collected the data on how many swapNodes() were called in each row. This was done by putting a println: fmt.Printf("swapNodes on row:%05d, forestRows:%05d\n", r, f.rows)
Per @adiabat's suggestion, I collected the data on how many
swapNodes()
were called in each row. This was done by putting a println:fmt.Printf("swapNodes on row:%05d, forestRows:%05d\n", r, f.rows)
above this line.
utreexo/accumulator/forest.go
Line 168 in b3afd5d
used this bash script to extract from the log
And this python script for the graph
The text was updated successfully, but these errors were encountered: