|
Data Interfaces
Advertisement |
Google SearchAdvertisement |
||||
| Performance tip: Entries in a sorted table are located by binary search. The costs depend on the number of entries in the table (O (log n)). Entries in a hashed table are located by an internal hash-algorithm The costs are constant (O (1)), i.e. they do not depend on the table size. |
|
Data Interfaces
Advertisement |
Google SearchAdvertisement |
||||