2 comments

[ 2.6 ms ] story [ 15.5 ms ] thread
What's interesting it it is heavy use of FRP: both 'reactive-banana' and 'wires' libraries.
Makes sense - wires is pull based and would run each frame by polling its network while reactive-banana is push based and would only proc on an event from the user. I haven't looked much into it though.