All of lore.kernel.org
 help / color / mirror / Atom feed
* binary treaps
@ 2003-05-07 21:42 Kevin Bealer
  2003-05-07 21:57 ` Hans Reiser
  0 siblings, 1 reply; 2+ messages in thread
From: Kevin Bealer @ 2003-05-07 21:42 UTC (permalink / raw)
  To: reiserfs-list

On the namesys homepage, there is a statement that
skip lists
would be very good for directory contents but the node
size
varies.

I wrote a balanced tree algorithm that works about
like a skip
list but does not have variable node size.  I started
with the 'skip
list' algorithm and developed a tree algorithm based
on it.

After developing this, I found an algorithm which is
similar, called a 'treap', although they use an
insert-then-rotate, and
my version does the insert in one downward pass.

I don't know enough about reiserfs's internals but I
can send the
tree algorithm description and code if anyone wants to
see it.

Kevin Bealer



__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com

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

end of thread, other threads:[~2003-05-07 21:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-07 21:42 binary treaps Kevin Bealer
2003-05-07 21:57 ` Hans Reiser

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.