The blobs are now stored and loaded. If the input file for the attr
authorMichael Matz <matz@suse.de>
Wed, 31 Oct 2007 04:11:20 +0000 (04:11 +0000)
committerMichael Matz <matz@suse.de>
Wed, 31 Oct 2007 04:11:20 +0000 (04:11 +0000)
commite84d29c98e0df0ad910b3184fde6d229e1ff4165
tree7ad364dd64887bdc954f8c70a236a4f7dc6f0e30
parent0a083ecd04839ade7bdc4f2751a29372fb040331
The blobs are now stored and loaded.  If the input file for the attr
store is seekable we load the blobs on demand, and as we do this in
pages we don't even need much more memory (currently I'm using 4 pages
at 32KB each, so the constant memory overhead for all authors and
descriptions and other blobs is only 128Kb per attr store).  And it
isn't even slow :-)
tools/attr_store.c
tools/attr_store_p.h
tools/dumpattr.c