Re: [libvirt] [PATCH 5/5] virDomainObjList: Introduce yet another hash table

2015-04-24 Thread Peter Krempa
On Thu, Apr 23, 2015 at 19:14:58 +0200, Michal Privoznik wrote: This hash table will contain the same data as already existing one. The only difference is that while the first table uses domain uuid as key, the new table uses domain name. This will allow much faster (and lockless) lookups by

[libvirt] [PATCH 5/5] virDomainObjList: Introduce yet another hash table

2015-04-23 Thread Michal Privoznik
This hash table will contain the same data as already existing one. The only difference is that while the first table uses domain uuid as key, the new table uses domain name. This will allow much faster (and lockless) lookups by domain name. Signed-off-by: Michal Privoznik mpriv...@redhat.com ---