Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #109875

Re: loading trees...

From Michael Selik <michael.selik@gmail.com>
Newsgroups comp.lang.python
Subject Re: loading trees...
Date 2016-06-13 01:10 +0000
Message-ID <mailman.24.1465780230.2288.python-list@python.org> (permalink)
References <njkb7r$9na$1@gioia.aioe.org> <CAGgTfkMU9uUvnXpKs7e7Bk0TZ5G6sJeXEo3wMAwBLQnArCm--g@mail.gmail.com>

Show all headers | View raw


On Sun, Jun 12, 2016 at 3:01 PM Fillmore <fillmore_remove@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?

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

loading trees... Fillmore <fillmore_remove@hotmail.com> - 2016-06-12 14:55 -0400
  Re: loading trees... Michael Selik <michael.selik@gmail.com> - 2016-06-13 01:10 +0000
  Re: loading trees... dieter <dieter@handshake.de> - 2016-06-13 09:06 +0200
  Re: loading trees... Lawrence D’Oliveiro <lawrencedo99@gmail.com> - 2016-06-14 20:51 -0700

csiph-web