mmason930 / kinslayer-mud-client

Web client for Kinslayer
http://www.kinslayermud.org
2 stars 0 forks source link

Increase Efficiency Output Buffer Storage #3

Closed mmason930 closed 10 years ago

mmason930 commented 10 years ago

The output buffer window stores everything in the DOM(replicated twice for the split window). This causes noticeable efficiency issues as the window fills up. It would be better to store the output in memory and only display the pieces that are needed.