Closed alex-kuzmin-hg closed 3 weeks ago
Based on a discussion with Leemon, there is no way to reduce the algorithmic complexity of this code.
Thanks. Thus, we can close as Will-Not-Fix. If there will be any optimizations that Leemon suggested, I'd be happy to test over...
Thanks. Thus, we can close as Will-Not-Fix. If there will be any optimizations that Leemon suggested, I'd be happy to test over...
Leemon is planning on writing the whole of Consensus from scratch, so when he's done, we can test that for performance
Problem
Per performance profile truage, it was suggested to submit this ticked for optimization effort of com.swirlds.platform.ConsensusImpl.stronglySeeP() that introduces O(n^2) cost
Solution
To review and optimize
Alternatives
No response