in reply to Re: Why can code be so slow?
in thread Why can code be so slow?
For meta information of a file I use inode.xml ; for settings for that current folder I use default.xml file etc.. I made the system that way I would never read more than 2 XML files maximally ; except when reading a full directory where I'd normally extract the metadata from the files I'd extract that info from XML files.
That way I can also cross-export this info quick-and-easy to any other applications.. atleast.. I thougth so ;) My XML usage is sure not meant as database but rather as easy export/format for other systems working together with the data.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Why can code be so slow?
by dragonchild (Archbishop) on May 02, 2007 at 15:58 UTC |