All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/6] qht improvements for 3.1
@ 2018-08-17 23:29 Emilio G. Cota
  2018-08-17 23:29 ` [Qemu-devel] [PATCH 1/6] qht: remove unused map param from qht_remove__locked Emilio G. Cota
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Emilio G. Cota @ 2018-08-17 23:29 UTC (permalink / raw)
  To: qemu-devel; +Cc: Richard Henderson, Alex Bennée

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

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2018-09-07 15:46 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-17 23:29 [Qemu-devel] [PATCH 0/6] qht improvements for 3.1 Emilio G. Cota
2018-08-17 23:29 ` [Qemu-devel] [PATCH 1/6] qht: remove unused map param from qht_remove__locked Emilio G. Cota
2018-09-07 14:43   ` Alex Bennée
2018-08-17 23:29 ` [Qemu-devel] [PATCH 2/6] qht: add qht_iter_remove Emilio G. Cota
2018-09-07 14:51   ` Alex Bennée
2018-09-07 15:45     ` Emilio G. Cota
2018-08-17 23:29 ` [Qemu-devel] [PATCH 3/6] test-qht: test qht_iter_remove Emilio G. Cota
2018-09-07 15:15   ` Alex Bennée
2018-08-17 23:29 ` [Qemu-devel] [PATCH 4/6] test-qht: test removal of non-existent entries Emilio G. Cota
2018-09-07 15:16   ` Alex Bennée
2018-08-17 23:29 ` [Qemu-devel] [PATCH 5/6] test-qht: test deletion of the last entry in a bucket Emilio G. Cota
2018-09-07 15:17   ` Alex Bennée
2018-08-17 23:29 ` [Qemu-devel] [PATCH 6/6] test-qht: speed up + test qht_resize Emilio G. Cota
2018-09-07 15:34   ` Alex Bennée

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.