Closed rufuspollock closed 8 years ago
I'm happy with how it is actually.
I'm not too convinced on the need for objects
though: I think we'd always want an iterator that is lazy, and, if a consumer wants to "store" the whole data in a data structure like an array, they could write it for their own needs. Also thinking about things like large CSVs in data packages.
@pwalsh i agree re objects
i wrote it as more a convenience for tests (and it is surprisingly useful for small files) but maybe we drop from official API.
WONTFIX / INVALID.
Currently have:
Is this is the right semantics? Should we change
stream
torawStream
and addobjectStream