gridgain / gridgain-old

268 stars 85 forks source link

Console Visor should use IndexedSeq vs. List in ASCII table class. #9

Closed nivanov closed 10 years ago

nivanov commented 10 years ago

It uses indexed access to linked list... ouch. With a few hundreds rows it will take seconds to render it.

nva commented 10 years ago

Fix is commited into master.