On Sun, Jun 7, 2009 at 3:35 PM, Kent Tenney<[email protected]> wrote:
> Are the contents of ~/.leo/db/start.leo_<hash> pickled positions? Those directories have c.db for that particular file (the hash there is just md5 of the full path of the .leo doc). Picked trees (not positions! I never implemented pickled positions because they are less useful that pickled trees, or just gnx's) are in db/FILE/fcache. > Are @edit nodes also cached? No, because edit nodes have very little caching to do (the slow part is leo's import code that does @thin/@auto external file parsing). Cool thing now is that the import code doesn't need to be that fast anymore. This scheme rewards structuring where you have many smaller files rather than few big files (e.g. leoQtUi.py is a bad idea). -- Ville M. Vainio http://tinyurl.com/vainio --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en -~----------~----~----~----~------~----~------~--~---
