plafer / Tissue.jl

Framework for building computational graphs that process any real time data source.
https://plafer.github.io/Tissue.jl/stable/
MIT License
2 stars 1 forks source link

Add sections "Main concepts" and "Design decisions" #18

Open plafer opened 3 years ago

plafer commented 3 years ago

Main concepts: documents things like the flow limiter, immutability (#16), and whatever else needs a deep dive.

Design decisions: Document why we made certain decisions (e.g. only one output stream per calculator, graphs don't have input/output streams, etc.)