W3C home > Mailing lists > Public > public-exi@w3.org > May 2008

RE: [exi] local table miss and global table hit

From: John Schneider <john.schneider@agiledelta.com>
Date: Thu, 29 May 2008 09:22:29 -0700
To: "'Marco Wegner'" <wegner@itm.uni-luebeck.de>, <public-exi@w3.org>
Message-ID: <07e001c8c1a8$32a04590$660ca8c0@jcsdell8600>
Yes, that's correct. Thank you Marco!


  _____  

From: public-exi-request@w3.org [mailto:public-exi-request@w3.org] On Behalf
Of Marco Wegner
Sent: Wednesday, May 28, 2008 11:36 PM
To: public-exi@w3.org
Subject: re: [exi] local table miss and global table hit


It is dealt with in the standard: see section 7.3.3 (Partitions Optimized
for Frequent use of String Literals)

If you don't find a certain string in the local table for the current QName,
then you look in the global table. If you find the string in the global
table, then you *don't* add the string to the local table for the current
QName again. Only if the string you are looking for is neither found in the
local nor in the global table, then you add it to the string table (both the
local and global one).

HTH,
Marco
Received on Thursday, 29 May 2008 16:23:19 GMT

This archive was generated by hypermail 2.2.0+W3C-0.50 : Wednesday, 1 October 2008 18:12:36 GMT