issa-tseng / janus

the two-faced application library-framework.
http://janusjs.org
37 stars 7 forks source link

Reimplement Map/List propagation without use of events #135

Closed issa-tseng closed 5 years ago

issa-tseng commented 5 years ago

Events are still necessary for eg anyChanged type handling, but eg Map#set and List#length ought to be implementable without events, and would be faster thusly handled.