loading trees...

Michael Selik michael.selik at gmail.com
Sun Jun 12 21:10:19 EDT 2016


On Sun, Jun 12, 2016 at 3:01 PM Fillmore <fillmore_remove at hotmail.com>
wrote:

> What's my best way to achieve this?
>

What are your criteria for "best"?


> The idea is that I'll receive a bit of data, determine which tree is
> suitable for handling it, and dispatch the data to the right tree for
> further processing.
>

How do you determine which tree is suitable? Does it require knowledge of
the whole tree? How big are the trees? How long does pickle take to load
those trees? How frequently does data arrive? How long does it take you to
determine the tree? How long is acceptable?



More information about the Python-list mailing list