English中文简中文繁English日本語 मोबाइल
साइन इन साइन अप करें
अंग्रेजी-हिंदी > open addressing उदाहरण वाक्य

open addressing उदाहरण वाक्य

उदाहरण वाक्य
21.Open addressing schemes also put more stringent requirements on the hash function : besides distributing the keys more uniformly over the buckets, the function must also minimize the clustering of hash values that are consecutive in the probe order.

22."' Quadratic probing "'is an open addressing scheme in computer programming for resolving collisions in hash tables when an incoming data's hash value indicates it should be stored in an already-occupied slot or bucket.

23.A related phenomenon, "'secondary clustering "', occurs more generally with open addressing modes including linear probing and quadratic probing in which the probe sequence is independent of the key, as well as in hash chaining.

24.On the other hand, normal open addressing is a poor choice for large elements, because these elements fill entire CPU cache lines ( negating the cache advantage ), and a large amount of space is wasted on large empty table slots.

25.The primary disadvantage of open addressing is primary and secondary clustering, in which searches may access long sequences of used buckets that contain items with different hash addresses; items with one hash address can thus lengthen searches for items with other hash addresses.

26.On the other hand, in open addressing, if a hash collision is found, then the table seeks an empty spot in an array to store the value in a deterministic manner, usually by looking at the next immediate position in the array.

27.This is in contrast to most chaining and open addressing methods, where the time for lookup is low on average, but may be very large, O ( " n " ), for instance when all the keys hash to a few values.

28.Collisions are managed only via " linear chaining " because the committee didn't consider it to be opportune to standardize solutions of " open addressing " that introduce quite a lot of intrinsic problems ( above all when erasure of elements is admitted ).

  अधिक वाक्य:   1  2  3
अंग्रेज़ी→नहीं। नहीं।→अंग्रेज़ी