On Wednesday, May 30, 2018 at 12:16:47 PM UTC-5, vitalije wrote:
I can just briefly say: the most choices I have made were made not because > I was pursuing performance but because I was experimenting. > Thanks for this comment. For me, the code is fascinating, in large part because it's not how I have thought before. There are some aspects of the code the I didn't understand at first, and I'll explain those fully in later posts. This will be useful, no matter how the code changes. I am interested in profiling various ways of accessing ivars and vars. The cProfile module doesn't have the required granularity. Instead, I plan to use __getattr__ to count accesses, as I'll explain in a later post. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
