InvestorsHub Logo
icon url

Petz

03/17/04 7:24 PM

#29005 RE: yourbankruptcy #28956

Hash Table addressing of huge datasets is suicide for long memory pipeline (P4-like) architectures. The addresses, even for similar sets of data, will result in random addresses, not likely to be in a cache, unless the entire hash table fits in the cache. So low memory latency, as provided by on-board memory controller, is exactly the right prescription to speed up access to hash-table-addressed data.

Petz