Fabric API

Fabric API

106M Downloads

Define that `Storage#iterator` must be inside of a transaction if modification is expected.

Technici4n opened this issue ยท 2 comments

commented

No because the comparator output calculation doesn't use extract. ๐Ÿ˜‰

commented

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.