On Tue, Nov 4, 2008 at 4:08 PM, Edward K. Ream <[EMAIL PROTECTED]> wrote:
> !! That's reason enough to do it. I suppose the atFile read code must > still exist (for when the cache file does not exist) but bypassing > this code in normal operation is one of the coolest ideas ever. It's > incomparably better than, for example, rewriting leoAtFile.py in pyrex > or c. You need to rewrite the atFile read code to output the data structure I described above. Then, you just 1) pickle out the data structure to the cache file and 2) pass it on to a (new) method that creates nodes from that info. -- 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 -~----------~----~----~----~------~----~------~--~---
