oshdb
oshdb copied to clipboard
Refactor CellIterater to make SnapshotView more streamable
The PR #428, changes the CellIterator iterateByContribution to use an Iterator approach instead of collecting all Contributions before stream them further down stream.
Similar should be done for the iterateByTimestamps methods.