On Sun, Jun 12, 2016 at 3:01 PM Fillmore <fillmore_rem...@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?
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to