From: Nimrod Zimerman <zimerman@deskmail.com>
To: Linux Kernel mailing list <linux-kernel@vger.rutgers.edu>
Subject: Re: arca-vm-26
Date: Fri, 22 Jan 1999 14:42:23 +0200 [thread overview]
Message-ID: <19990122144223.A1812@hexagon> (raw)
In-Reply-To: <Pine.LNX.3.96.990121205408.1387G-100000@laser.bogus>; from Andrea Arcangeli on Thu, Jan 21, 1999 at 08:56:12PM +0100
On Thu, Jan 21, 1999 at 08:56:12PM +0100, Andrea Arcangeli wrote:
> > I do not wish to start a religious war about data structures. Have you considered
> > the relatively new data structure called a 'skip list'? I have replaced several
>
> Never heard about them.
Pretty nice beasts. When I learned about them, I didn't quite consider them
a better alternative to various trees, but I guess smarter people (smarter
people with more time) have studied them extensively enough to show that
they are indeed a better choice at times.
The implementation is indeed simple. Far simpler than any self-balancing
tree (tough one has to admit that writing a B+ tree implementation is an
endless source of fun). Analyzing the complexity, at least in the variant
I've learned, isn't all that straight forward, as the algorithm is
probabilistic.
Anyway, a reference 'on the web' is http://wannabe.guru.org/alg/node35.html
(it is a very extensive reference of various algorithms. A must keep in your
bookmark file if your bank account doesn't look all that good...). I just
saw that it has a reference to the original paper presenting the data
structure, and this might make an interesting reading.
Nimrod
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/
next prev parent reply other threads:[~1999-01-22 14:23 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <36A76D5C.379635A2@packetengines.com>
[not found] ` <Pine.LNX.3.96.990121205408.1387G-100000@laser.bogus>
1999-01-22 9:17 ` arca-vm-26 Zlatko Calusic
1999-01-22 12:42 ` Nimrod Zimerman [this message]
1999-01-20 0:46 arca-vm-26 Andrea Arcangeli
1999-01-20 15:25 ` arca-vm-26 Andrea Arcangeli
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=19990122144223.A1812@hexagon \
--to=zimerman@deskmail.com \
--cc=linux-kernel@vger.rutgers.edu \
/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.