Handling game streams
- Niagara operators are designed to operate on data in a streaming fashion without blocking, but...
- Niagara’s input module has to block for parsing the entire document before processing any parts of it!
- Modeling a stream as a document in this way is problematic, since a stream can potentially be infinite.