Define that `Storage#iterator` must be inside of a transaction if modification is expected.
Technici4n opened this issue ยท 2 comments
Wouldn't this reintroduce the issue with the comparator output calculatation? Read only views would solve this. If we do decide to go for them we need to decide if I they should expose simulate*
methods. In my usecase it wouldn't actually be hard to implement because I could make my sorting only happen on committed transactions.