-
Tollef Fog Heen authored
When using varnishtop -1 on a large log file, the old linked list approach was very slow. Using a tree increases performance significantly. In a test, old was 15 minutes, 52 seconds, new code changes that to about 1.8 seconds.
7cfe1967