Re: Binary search tree

Daniel Tuser <[email protected]>
Newsgroups gmane.comp.lang.eiffel.gobo.devel
Message-ID <[email protected]>
Colin Paul Adams wrote:
> Daniel,
>
> Mark Howard (ECMA committee member and boss of Eric, Franck and myself
> at AXA Rosenberg) has expressed an interest in Sedgewick's recently
> introduced left-leaning red-black trees. You might want to add these
> too  (I googled and found quite a few hits, so I think there is
> sufficient information available).
>   
Left-leaning red-black trees are now implemented. It was surprising that 
they are slower than red-black and avl trees. In some random benchmarks 
avl and red-black trees show nearly the same performance, whereas plain 
binary search trees are a few percents slower. Left-leaning red-black 
trees are at least 50% slower than avl and red-black trees. The 
benchmark tests only put and delete.
I have to finish the test cases and check a few classes again. It should 
be possible to publish the code this week.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.