Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] terrible performance of virtual trees under windows

Is anyone aware of the terrible performance of virtual trees under windows?
Setting a child count of "n" element yields these results:

#of nodes    Windows     Linux (FC4)

10000          8s           0s
20000         29s           3s
30000         63s           7s
40000        103s          16s
50000        251s          27s
100000        -            127s



Back to the top