[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZxW3pyyfXWc6Uaqn@casper.infradead.org>
Date: Mon, 21 Oct 2024 03:08:39 +0100
From: Matthew Wilcox <willy@...radead.org>
To: Mohammed Anees <pvmohammedanees2003@...il.com>
Cc: Alexander Viro <viro@...iv.linux.org.uk>,
Christian Brauner <brauner@...nel.org>, Jan Kara <jack@...e.cz>,
Benjamin LaHaise <bcrl@...ck.org>, linux-fsdevel@...r.kernel.org,
linux-aio@...ck.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] fs: aio: Transition from Linked List to Hash Table for
Active Request Management in AIO
On Sun, Oct 20, 2024 at 08:34:58PM +0530, Mohammed Anees wrote:
> Currently, a linked list is used to manage active requests, as the
> number of requests increases, the time complexity for these operations
> leads to performance degradation. Switching to a hash table
> significantly improves access speed and overall efficiency.
Benchmarks, please. Look at what operations are done on this list.
It's not at all obvious to me that what you've done here will improve
performance of any operation.
Powered by blists - more mailing lists