summaryrefslogtreecommitdiff
path: root/block/qed-cluster.c
diff options
context:
space:
mode:
authorAlberto Garcia <berto@igalia.com>2015-05-11 15:54:57 +0300
committerKevin Wolf <kwolf@redhat.com>2015-05-22 17:08:01 +0200
commit812e4082cae73e12fd425cace4fd3a715a7c1d32 (patch)
treed7405b5a8c87135628ea2d72a7ba93786969f96f /block/qed-cluster.c
parentfdfbca82a0874916007ca76323cd35f2af8a2ef3 (diff)
downloadqemu-812e4082cae73e12fd425cace4fd3a715a7c1d32.tar.gz
qemu-812e4082cae73e12fd425cace4fd3a715a7c1d32.tar.bz2
qemu-812e4082cae73e12fd425cace4fd3a715a7c1d32.zip
qcow2: use a hash to look for entries in the L2 cache
The current cache algorithm traverses the array starting always from the beginning, so the average number of comparisons needed to perform a lookup is proportional to the size of the array. By using a hash of the offset as the starting point, lookups are faster and independent from the array size. The hash is computed using the cluster number of the table, multiplied by 4 to make it perform better when there are collisions. In my tests, using a cache with 2048 entries, this reduces the average number of comparisons per lookup from 430 to 2.5. Signed-off-by: Alberto Garcia <berto@igalia.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'block/qed-cluster.c')
0 files changed, 0 insertions, 0 deletions