From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans Reiser Subject: Re: Split Trees (my design, similar to binary treaps) Date: Wed, 04 Jun 2003 13:40:49 +0400 Message-ID: <3EDDBEA1.6040708@namesys.com> References: <20030523192440.7221.qmail@web40015.mail.yahoo.com> <3EDCDFAA.5050802@namesys.com> <1054703871.3739.68.camel@arabia.home.lan> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: list-help: list-unsubscribe: list-post: Errors-To: flx@namesys.com In-Reply-To: <1054703871.3739.68.camel@arabia.home.lan> List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Enrique Perez-Terron Cc: Kevin Bealer , "Alexander G. M. Smith" , reiserfs-list@namesys.com So if I understand right, the level is determined by what the key is. Suppose that for key K the determined level is 3, but there are no other records in the tree? Is K then stored at a node at level 1 until such time as a level 1 key is created for it to be attached to, or does one create empty level 1 and level 2 nodes? -- Hans