Hashing, Load Balancing and Multiple Choice
Udi Wieder
Broschiertes Buch

Hashing, Load Balancing and Multiple Choice

Versandkostenfrei!
Versandfertig in 1-2 Wochen
85,99 €
inkl. MwSt.
PAYBACK Punkte
43 °P sammeln!
Many tasks in computer systems could be abstracted as distributing items into buckets, so that the allocation of items across buckets is as balanced as possible, and, furthermore, given an item's identifier it is possible to determine quickly to which bucket it was assigned. A canonical example is a dictionary data structure, where 'items' stands for key-value pairs and 'buckets' for memory locations. Another example is a distributed key-value store, where the buckets represent locations in disk or even whole servers. A third example may be a distributed execution engine where items represent ...