Skip to content

Conversation

@martinsaposnic
Copy link

This significantly improves startup time for network-backed stores like VSS, where sequential reads incur per-key network latency

also created here lightningdevkit#738

this version does not use StoreSync

This significantly improves startup time for network-backed stores like VSS, where sequential reads incur per-key network latency.
})
.and_then(|r| r)
})
.collect()

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From the docs:

All threads spawned within the scope that haven’t been manually joined will be automatically joined before this function returns.

Does that mean we do not need to manually join here? Can errors be mapped on line 259?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants