ericabouaf / wireit

A javascript wiring library to create web wirable interfaces for dataflow applications, visual programming languages or graphical modeling.
http://neyric.github.io/wireit/docs/
Other
520 stars 90 forks source link

lazy loading thousands of wire #85

Open awakmu opened 12 years ago

awakmu commented 12 years ago

Hi all,

How about lazy loading thousands of wire, so we can save a lot of memory consumption. I think wireit must have working layer on top of something like in map's layer. http://polymaps.org/ http://leaflet.cloudmade.com/

How do you think about this idea?