Skip to content

Commit

Permalink
hack performance optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
rmgk committed Dec 8, 2024
1 parent 8692f11 commit 2572af0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ case class Membership[A, C[_], D[_]](
log: Map[Long, A] = Map.empty,
) {

override def toString: String = "MEMBERSHIP TO STRING MAKES SPEC TESTS SLOW, WTF"

private def bottomRound(using Consensus[C], Consensus[D]): MembershipRound[A, C, D] =
MembershipRound.bottom[A, C, D].empty

Expand Down

0 comments on commit 2572af0

Please sign in to comment.