Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 406 Bytes

todo.md

File metadata and controls

5 lines (5 loc) · 406 Bytes
  • Offload model composing to processor/worker
  • Rendering engine, with a separate worker for it
  • Get rid of recursion in serialization (maybe emit an event to model instances to trigger self-serialization)
  • Use arrow functions where possible
  • Remove Pipe class, simplify Stream class and make it ambigous to input/output, in order to allow chaining, agregating the streams per need.