mboysan / jbizur

An implementation of the Bizur consensus algorithm in java
MIT License
0 stars 2 forks source link

Add and analyze bucket view #14

Open mboysan opened 6 years ago

mboysan commented 6 years ago

Add a bucket view that will represent the snapshot of the current state of the bucket. However, performance analysis is needed for it.

mboysan commented 6 years ago

Since the key-value pairs per bucket will be quite low (approximately 10 key-val pair per bucket), I expect the overhead of this approach is quite low. Therefore, I don't think performance analysis of this is necessary. Therefore, marking it as wontfix.