Skip to content

sui_v0.32.0_1681237264_ci

@phoenix-o phoenix-o tagged this 11 Apr 17:38
currently in order to fetch the object, we seek twice: [once
implicitly](https://github.com/MystenLabs/sui/blob/main/crates/typed-store/src/rocks/mod.rs#L1282)
to the start of the table and then again to the actual key.
This PR changes that behavior and only applies seek_to_first to
iterators that have an uninitialized starting position
Assets 2
Loading