Abstract
Rosenberg compared linked lists, quad trees with bisector lists, and kD trees, and showed that kD trees significantly outperformed their two rivals on region queries. Quad trees with bisector lists performed poorly because of their need to search bisector lists at successive levels; therefore, later improvements to quad trees took the form of eliminating the bisector lists in one way or the other to achieve better region-query performance. In this paper, we explode the myth that bisector lists imply slow region queries by introducing a new data structure, HV/VH trees, which, even though it uses bisector lists, is as fast as or faster than kD trees and two improved forms of quad trees on region queries performed on data from real VLSI designs. Furthermore, we show that HV/VH trees achieve this superb perfomance while using the least amount of memory.
Original language | English |
---|---|
Title of host publication | 30th ACM/IEEE Design Automation Conference - Proceedings 1993 |
Publisher | Association for Computing Machinery (ACM) |
Pages | 43-47 |
Number of pages | 5 |
ISBN (Print) | 0897915771, 9780897915779 |
DOIs | |
Publication status | Published - Jul 1993 |
Event | 30th ACM/IEEE Design Automation Conference, DAC 1993 - Dallas, United States Duration: 14 Jun 1993 → 18 Jun 1993 https://dl.acm.org/doi/proceedings/10.1145/157485 https://ieeexplore.ieee.org/xpl/conhome/10664/proceeding |
Publication series
Name | ACM/IEEE Design Automation Conference - Proceedings |
---|---|
ISSN (Print) | 0738-100X |
Conference
Conference | 30th ACM/IEEE Design Automation Conference, DAC 1993 |
---|---|
Country/Territory | United States |
City | Dallas |
Period | 14/06/93 → 18/06/93 |
Internet address |
User-Defined Keywords
- Tree data structures
- Very large scale integration
- Shape
- Counting circuits
- Testing
- Performance evaluation
- Geometry
- Data structures