>
> it loads LeoPyRef.leo along with all at-file nodes in less than 80ms.
>
> The extension module has also an iterator of nodes which iterates tree of 
> 9250 nodes in 7ms. Drawing tree with such an iterator shouldn't take too 
> long.
>
>
Oh, and it doesn't use multi processor cores at all. Loading external files 
is a perfect job for parallelization. It might be even 2-8 times faster 
depending on how many cores your processor have. But even on a single 
thread it is quite fast.

The build_wheel.py script builds mini_leo and places resulting wheel in 
dist folder. To install use `pip install 
dist/mini_leo-0.1.0-py3-none-linux_x86_64.whl`.
I remember testing it on the windows too, but I haven't tried it recently.
Vitalije

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/775c8030-c4c5-4895-9a6c-da9ee45d68ea%40googlegroups.com.

Reply via email to