]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
client: use vectors for context lists
authorPatrick Donnelly <pdonnell@redhat.com>
Mon, 12 Aug 2024 15:31:46 +0000 (11:31 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Mon, 12 Aug 2024 16:00:23 +0000 (12:00 -0400)
commit1de14a5e30c4d5a4e0fc17037c93b24a3cc9cf42
tree0d06cb8ee4eac662a0665c32d4122ca30841542e
parent616fbc1b181ce15e49281553b35ca215d2aa1053
client: use vectors for context lists

To avoid an allocation for each Context and improved cache locality.

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
src/client/Client.cc
src/client/Client.h
src/client/Inode.h
src/client/MetaRequest.h
src/client/MetaSession.h