Skip to content

on-demand random access #226

Discussion options

You must be logged in to vote

Hi! Your observations seem to be correct.

It was planned to support this exactly as you described it, so I'm confident it's possible to to so. Unfortunately, the library does not yet offer a nice abstraction for your use case. But the basic building blocks are there, so you should be able to do it yourself.

About the block::Reader:
We can make the reader fields public. In that case, you can construct a reader from an existing meta data struct. That way you can construct a new block reader without reading meta data from the file again.

Unfortunately, that might not be enough though. Because with this approach, it will still construct a brand new image each time. You can try to find a way a…

Replies: 4 comments 15 replies

Comment options

You must be logged in to vote
4 replies
@remifontan
Comment options

@johannesvollmer
Comment options

@remifontan
Comment options

@johannesvollmer
Comment options

Answer selected by remifontan
Comment options

You must be logged in to vote
8 replies
@johannesvollmer
Comment options

@remifontan
Comment options

@johannesvollmer
Comment options

@remifontan
Comment options

@johannesvollmer
Comment options

Comment options

You must be logged in to vote
2 replies
@johannesvollmer
Comment options

@johannesvollmer
Comment options

Comment options

You must be logged in to vote
1 reply
@remifontan
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants