Hello!
> Have You tried to use skiplists ?
> In 93 I've coded a skiplist based directory access for Minix and it gave very
> interesting performances.
> Skiplists have a link-list like performance when linear scanned, and overall
> good performance in insertion/seek/delete.
Skip list search/insert/delete is O(log N) in average as skip lists are just a
dynamic version of interval bisection. Good hashing is O(1).
Have a nice fortnight
--
Martin `MJ' Mares <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> http://atrey.karlin.mff.cuni.cz/~mj/
Entropy isn't what it used to be.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Re: [rfc] Near-constant time dir... Davide Libenzi
- Re: [rfc] Near-constant time dir... Linus Torvalds
- Re: [rfc] Near-constant time dir... H. Peter Anvin
- Re: [rfc] Near-constant time dir... Ed Tomlinson
- Re: [rfc] Near-constant time directory index ... Andreas Dilger
- Re: [rfc] Near-constant time directory index ... Daniel Phillips
- Re: [rfc] Near-constant time directory in... Linus Torvalds
- Re: [rfc] Near-constant time directo... Chris Mason
- Re: [rfc] Near-constant time directo... Daniel Phillips
- RE: [rfc] Near-constant time directory index for Ext2 Davide Libenzi
- Re: [rfc] Near-constant time directory index for Ext2 Martin Mares
- Re: [rfc] Near-constant time directory index for ... Davide Libenzi
- Re: [rfc] Near-constant time directory index ... Martin Mares
- Re: [rfc] Near-constant time directory in... Davide Libenzi
- Re: [rfc] Near-constant time directo... Martin Mares
- Re: [rfc] Near-constant time dir... Davide Libenzi
- Re: [rfc] Near-constant time directory in... H. Peter Anvin
- Re: [rfc] Near-constant time directo... Martin Mares
- Re: [rfc] Near-constant time dir... H. Peter Anvin
- Re: [rfc] Near-constant time dir... Martin Mares
- Re: [rfc] Near-constant time dir... H. Peter Anvin

