RValue reference support

Esben Mose Hansen kde at mosehansen.dk
Thu Jun 2 20:05:04 UTC 2011


On Thursday 02 June 2011 19:38:21 Milian Wolff wrote:
> The hash needs to be 
> unique, so much I gather - but these numbers in there are looking totally 
> random to me.

Actually, hashes don't need to be unique.. it just improves performance if 
they usually are. In the end, clashes will occur anyway since the value is 
take modulo some number related to the size of the container.

-- 
Kind regards, Esben




More information about the KDevelop-devel mailing list