From: Hans Reiser <reiser@namesys.com>
To: Nicolas Smallwood <smallwood@maya.com>
Cc: reiser <reiserfs-list@namesys.com>
Subject: Re: searching on groups of files in reiser4
Date: Wed, 27 Apr 2005 07:24:29 -0700 [thread overview]
Message-ID: <426FA09D.8090009@namesys.com> (raw)
In-Reply-To: <426F934D.504@maya.com>
Nicolas Smallwood wrote:
> Hello,
>
> My question concerns searching through a group of files on reiser4.
> Assume that we are dealing with a directory full of files (say a few
> million or so).
>
> If I am currently viewing a given file, and wish to iterate to the
> next file in the directory,
> is there a method to do so without opening the base directory and
> moving from one
> directory entry to the next until you find it?
>
> In short, are there any constructs to perform a binary search on these
> directories instead of a slow
> O(n) search using seekdir or whatever method?
>
> Or is some type of plugin our best route?
We can write some sort of plugin for you, and it will be the best
solution. I assume that readdir() does not do what you need because the
order you need to iterate in is not that of readdir()? (Your exact
phrasing would seem to indicate that your needs are met by iterating
through the directory using readdir() ).
>
>
> Thank You,
>
> Nicolas Smallwood
> Maya Design
>
>
>
next prev parent reply other threads:[~2005-04-27 14:24 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-04-17 1:38 Segfault on nonexistent journal device Adam Nielsen
2005-04-18 12:56 ` Edward Shishkin
2005-04-27 13:27 ` searching on groups of files in reiser4 Nicolas Smallwood
2005-04-27 14:24 ` Hans Reiser [this message]
2005-04-27 21:57 ` David Masover
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=426FA09D.8090009@namesys.com \
--to=reiser@namesys.com \
--cc=reiserfs-list@namesys.com \
--cc=smallwood@maya.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.