Yup, for those not familiar with Trello, it’s where the community keep new ideas, backlog
for tasks that someone can start to work on and detailed breakdown of tasks for large
projects that are WIP.
The item below is in the ‘big ideas’ column at this board:
https://trello.com/b/P5xBO7UR/things-to-do
Anyone can read these boards, if you’d like to write/update just get a free account and
either use IRC (freenode, #spdk) or this dist list to request access!
Thx
Paul
From: SPDK [mailto:spdk-bounces@lists.01.org] On Behalf Of Yang, Ziye
Sent: Tuesday, September 19, 2017 2:42 PM
To: Storage Performance Development Kit <spdk(a)lists.01.org>
Subject: Re: [SPDK] blobfs improvements
Hi txcy,
We may have B+ tree implementation instead of link list in the future, which should avovid
the linear scan. It seems that we list it in the SPDK Trello.
Thanks.
From: SPDK [mailto:spdk-bounces@lists.01.org] On Behalf Of txcy uio
Sent: Tuesday, September 19, 2017 2:39 PM
To: Storage Performance Development Kit
<spdk@lists.01.org<mailto:spdk@lists.01.org>>
Subject: [SPDK] blobfs improvements
Hello
Are there any improvements for blobfs which optimise the search time in
spdk_fs_file_stat_async() (avoiding the sting compare and linear scan of the link list)?
Thanks