You are viewing a single comment's thread from:

RE: BlockTrades update on Hive development work

in HiveDevs3 years ago (edited)

There's already been some recent improvements in get_ops_in_block, especially when an API node is under load conditions, due to the earlier mutex lock fixes we made, but this particular improvement is just focused on the get_block call, because the get_block_api had its own mutex (one that was unnecessary, because all writing is done from a single thread, and the read calls only read older blocks).