angular-tree-control icon indicating copy to clipboard operation
angular-tree-control copied to clipboard

improve performance for very large list

Open FilipPoreba opened this issue 10 years ago • 3 comments

Is there a way to improve performance for very large list? I dont want to use infinite scroll.

FilipPoreba avatar Mar 18 '16 09:03 FilipPoreba

@FilipPoreba are you observing poor performance? How many nodes is "very large" ?

I'm trying to get an idea if this is the right directive for me, but I also expect large (thousands of nodes) lists.

kdubau avatar Aug 30 '16 20:08 kdubau

@kdubau i also have thousands of nodes. For now im using infinite scroll, but this is just temporary solution for me.

FilipPoreba avatar Sep 01 '16 13:09 FilipPoreba

@kdubau I tested with more than 15,000 Nodes, the speed is acceptable but a little bit slower than expected.

ramseyfeng avatar Sep 14 '16 06:09 ramseyfeng