qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 00/12] qht improvements for 3.1
@ 2018-09-10 18:58 Emilio G. Cota
  2018-09-10 18:58 ` [Qemu-devel] [PATCH v2 01/12] qht: remove unused map param from qht_remove__locked Emilio G. Cota
                   ` (12 more replies)
  0 siblings, 13 replies; 16+ messages in thread
From: Emilio G. Cota @ 2018-09-10 18:58 UTC (permalink / raw)
  To: qemu-devel; +Cc: Richard Henderson, Alex Bennée

v1: https://github.com/cota/qemu/tree/qht-for-3.1-v2

Changes since v1:

- Added Alex's R-b tags to patches 1-6
- Added a patch to drop *ht from qht_iter and qht_iter_remove,
  as suggested by Alex.
- Added some constification patches
- Added a flag to qht-bench to precompute the hashes, which
  allows us to spend more time accessing the hash table
  thereby yielding higher throughput.

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

Thanks,

		Emilio

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

end of thread, other threads:[~2018-09-12 16:39 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-10 18:58 [Qemu-devel] [PATCH v2 00/12] qht improvements for 3.1 Emilio G. Cota
2018-09-10 18:58 ` [Qemu-devel] [PATCH v2 01/12] qht: remove unused map param from qht_remove__locked Emilio G. Cota
2018-09-10 18:58 ` [Qemu-devel] [PATCH v2 02/12] qht: add qht_iter_remove Emilio G. Cota
2018-09-10 18:58 ` [Qemu-devel] [PATCH v2 03/12] test-qht: test qht_iter_remove Emilio G. Cota
2018-09-10 18:58 ` [Qemu-devel] [PATCH v2 04/12] test-qht: test removal of non-existent entries Emilio G. Cota
2018-09-10 18:58 ` [Qemu-devel] [PATCH v2 05/12] test-qht: test deletion of the last entry in a bucket Emilio G. Cota
2018-09-10 18:58 ` [Qemu-devel] [PATCH v2 06/12] test-qht: speed up + test qht_resize Emilio G. Cota
2018-09-10 18:58 ` [Qemu-devel] [PATCH v2 07/12] qht: drop ht argument from qht iterators Emilio G. Cota
2018-09-10 18:58 ` [Qemu-devel] [PATCH v2 08/12] qht: fix comment in qht_bucket_remove_entry Emilio G. Cota
2018-09-10 18:58 ` [Qemu-devel] [PATCH v2 09/12] qht: constify qht_lookup Emilio G. Cota
2018-09-10 18:58 ` [Qemu-devel] [PATCH v2 10/12] qht: constify qht_statistics_init Emilio G. Cota
2018-09-10 18:58 ` [Qemu-devel] [PATCH v2 11/12] qht: constify arguments to some internal functions Emilio G. Cota
2018-09-10 18:58 ` [Qemu-devel] [PATCH v2 12/12] qht-bench: add -p flag to precompute hash values Emilio G. Cota
2018-09-12  0:46   ` Richard Henderson
2018-09-12  1:36     ` Emilio G. Cota
2018-09-12 16:39 ` [Qemu-devel] [PATCH v2 00/12] qht improvements for 3.1 Richard Henderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).