[libvirt] [PATCH RFC 02/40] util: hash: Add new constructor 'virHashNew'

Eric Blake eblake at redhat.com
Fri Oct 18 19:41:48 UTC 2019


On 10/18/19 11:10 AM, Peter Krempa wrote:
> Add a simpler constructor for hash tables which specifically does not
> require specifying the initial hash size and uses simpler freeing
> function.
> 
> The initial hash table size usually is not important as the hash table
> is growing when it reaches certain number of entries in one bucket.
> Additionally many callers pass in a random small number for ad-hoc table
> use so using a central one will simplify things.
> 
> Signed-off-by: Peter Krempa <pkrempa at redhat.com>
> ---

Again, seeing where this is used will be helpful, but as written, the 
addition is correct, so ACK

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3226
Virtualization:  qemu.org | libvirt.org




More information about the libvir-list mailing list