mbox series

[0/6] qht improvements for 3.1

Message ID 20180817232923.28899-1-cota@braap.org
Headers show
Series qht improvements for 3.1 | expand

Message

Emilio Cota Aug. 17, 2018, 11:29 p.m. UTC
A small series with:

- The addition of qht_iter_remove, necessary to safely remove
  a set of elements. This currently has no users, but it's
  easy to implement and very useful to have. (I initially wrote
  it for the sync-profiler, but for unrelated reasons I ended up
  changing the profiler's design not to remove elements.)

- A 3.75X speedup for test-qht

- Improvements to qht.c's code coverage with test-qht

You can fetch this series from:
  https://github.com/cota/qemu/tree/qht-for-3.1

Thanks,

		Emilio