Skip to content

Commit

Permalink
WSHUB-458: examples: Add buffered reader example
Browse files Browse the repository at this point in the history
This reads a CBOR file piece-wise, seeking backward and forward through
the file if needed.  Some seeking can be avoided by tuning the block
size used in reads so that the read window shifts by smaller amounts.
  • Loading branch information
sjlongland committed Sep 4, 2021
1 parent 8633842 commit 4f8c8df
Showing 1 changed file with 783 additions and 0 deletions.
Loading

0 comments on commit 4f8c8df

Please sign in to comment.