[tahoe-dev] [tahoe-lafs] #329: dirnodes could cache encrypted/serialized entries for speed

tahoe-lafs trac at allmydata.org
Wed Jul 1 19:39:28 PDT 2009


#329: dirnodes could cache encrypted/serialized entries for speed
---------------------------+------------------------------------------------
 Reporter:  warner         |           Owner:  kevan    
     Type:  enhancement    |          Status:  new      
 Priority:  minor          |       Milestone:  undecided
Component:  code-dirnodes  |         Version:  0.8.0    
 Keywords:  dirnode        |   Launchpad_bug:           
---------------------------+------------------------------------------------

Comment(by kevan):

 So, summarizing discussions with zooko and warner...

 * We first need to handle testing for backwards compatibility. This means
 that we'll want to capture a base32-encoded representation of the output
 of _pack_contents as it sits now when run against some small, known
 directory structure. We'll then use that to test _unpack_contents (to make
 sure that the unpacked directory structure is what we're expecting), and
 _pack contents (to make sure that packing the same known directory
 structure results in the same packed representation).

 * Then we can do the optimizations that this ticket suggests.

 (that didn't really need to be a list, huh.)

-- 
Ticket URL: <http://allmydata.org/trac/tahoe/ticket/329#comment:6>
tahoe-lafs <http://allmydata.org>
secure decentralized file storage grid


More information about the tahoe-dev mailing list