On Saturday, June 2, 2018 at 7:29:51 AM UTC-5, Edward K. Ream wrote:

The title of this thread is misleading! It should be: "ENB: fast-read 
branch reads big .leo file in *0.002* sec".

There was a major "Department of Redundancy Department" bug in 
fast.makeVnodes, the code:

for child_e in e:
    v_element_visitor(e, v)

should just be:

v_element_visitor(e, v)

The output is now:

makeVnodes 790 nodes, 0.0021 sec

an almost 300% speedup, besides having a chance of being correct ;-)

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.

Reply via email to